From 3c56a5feaf6d899e77733fbd5aabaaf8905e2e04 Mon Sep 17 00:00:00 2001 From: astaxie Date: Thu, 14 May 2015 21:23:11 +0800 Subject: [PATCH] fix the build --- new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new.go b/new.go index cd4acb2..36c02af 100644 --- a/new.go +++ b/new.go @@ -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) }