mirror of
https://github.com/casbin/bee.git
synced 2025-07-16 22:14:20 +08: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