Adding comment to make the code clear

This commit is contained in:
Sridhar Ganesan 2018-07-23 15:47:34 +02:00
parent bfd928ca53
commit f2c11d9108
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ benchmark:
func setupBasecoinWorkspace(projectName string, remoteProjectPath string) {
projectPath := resolveProjectPath(remoteProjectPath)
fmt.Println("Configuring your project in " + projectPath)
// Check if the projectPath already exists or not
if _, err := os.Stat(projectPath); os.IsNotExist(err) {
copyBasecoinTemplate(projectName, projectPath, remoteProjectPath)
createGopkg(projectPath)