mirror of
https://github.com/beego/bee.git
synced 2025-06-11 03:10:40 +00:00
add ineffassign check
This commit is contained in:
@ -417,7 +417,7 @@ func packDirectory(output io.Writer, excludePrefix []string, excludeSuffix []str
|
||||
func packApp(cmd *commands.Command, args []string) int {
|
||||
output := cmd.Out()
|
||||
curPath, _ := os.Getwd()
|
||||
thePath := ""
|
||||
var thePath string
|
||||
|
||||
nArgs := []string{}
|
||||
has := false
|
||||
|
Reference in New Issue
Block a user