Browse Source

get bug fixed

pull/103/head
Lunny Xiao 11 years ago
parent
commit
a590451113
  1. 3
      gopm.go

3
gopm.go

@ -29,7 +29,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition. // Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true const go11tag = true
const APP_VER = "0.5.5.1111" const APP_VER = "0.5.5.1129"
// //cmd.CmdSearch, // //cmd.CmdSearch,
// cmdClean, // cmdClean,
@ -57,6 +57,7 @@ func main() {
cmd.CmdRun, cmd.CmdRun,
cmd.CmdBuild, cmd.CmdBuild,
cmd.CmdInstall, cmd.CmdInstall,
//cmd.CmdTest,
} }
app.Run(os.Args) app.Run(os.Args)
} }

Loading…
Cancel
Save