mirror of
https://github.com/beego/bee.git
synced 2025-07-01 17:20:17 +00:00
add ineffassign check
This commit is contained in:
@ -369,7 +369,7 @@ func writeHproseModelFiles(tables []*Table, mPath string, selectedTables map[str
|
||||
continue
|
||||
}
|
||||
}
|
||||
template := ""
|
||||
var template string
|
||||
if tb.Pk == "" {
|
||||
template = HproseStructModelTPL
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user