refactoring, clean up, v0.17

This commit is contained in:
Chris Lu
2012-09-03 15:41:24 -07:00
parent cdd64a8099
commit 09542d82b4
9 changed files with 111 additions and 77 deletions

View File

@@ -17,6 +17,6 @@ func runVersion(cmd *Command, args []string) bool{
cmd.Usage()
}
fmt.Printf("version 0.16 %s %s\n",runtime.GOOS, runtime.GOARCH)
fmt.Printf("version 0.17 %s %s\n",runtime.GOOS, runtime.GOARCH)
return true
}