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

go vet happy

This commit is contained in:
astaxie
2016-01-25 21:43:29 +08:00
parent 460aa32b7e
commit 0dbe35a943
4 changed files with 1 additions and 5 deletions

1
run.go
View File

@ -119,7 +119,6 @@ func runApp(cmd *Command, args []string) int {
runtime.Goexit()
}
}
return 0
}
func readAppDirectories(directory string, paths *[]string) {