1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

Bug fixed

This commit is contained in:
Unknown
2013-12-12 17:13:50 -05:00
parent 3114e61537
commit 49c53400ea
2 changed files with 3 additions and 5 deletions

View File

@ -40,7 +40,8 @@ var conf struct {
Version int
// gopm support
Gopm struct {
Enable bool
Enable bool
Install bool
}
// Indicates whether execute "go install" before "go build".
GoInstall bool `json:"go_install"`