fix the build

This commit is contained in:
astaxie 2015-05-14 21:23:11 +08:00
parent 146c3b9655
commit 3c56a5feaf
1 changed files with 1 additions and 1 deletions

2
new.go
View File

@ -93,7 +93,7 @@ func createApp(cmd *Command, args []string) int {
}
if !haspath {
ColorLog("[ERRO] Unable to create an application outside of $GOPATH%ssrc(%s%ssrc)\n", string(path.Separator), gopath, string(path.Separator)
ColorLog("[ERRO] Unable to create an application outside of $GOPATH%ssrc(%s%ssrc)\n", string(path.Separator), gopath, string(path.Separator))
ColorLog("[HINT] Change your work directory by `cd ($GOPATH%ssrc)`\n", string(path.Separator))
os.Exit(2)
}