Removing unwanted lines in code

This commit is contained in:
Sridhar Ganesan 2018-07-17 21:57:57 +02:00
parent 8edac192e0
commit 64729bb48d
1 changed files with 0 additions and 5 deletions

View File

@ -56,11 +56,6 @@ func copyBasecoinTemplate(projectName string, projectPath string, remoteProjectP
}
return nil
})
//Copy the entire basecoin directory to the project path.
//os.MkdirAll(projectPath+string(os.PathSeparator)+rootDir, os.ModePerm)
//filePath := projectPath + string(os.PathSeparator) + actualPath
//ioutil.WriteFile(filePath, []byte(contents), os.ModePerm)
}
func createGopkg(projectPath string) {