mirror of
https://github.com/go-home-admin/toolset.git
synced 2025-12-24 13:37:52 +08:00
add: 注入在本包的多余生成
This commit is contained in:
@@ -327,7 +327,9 @@ func getImportStr(bc beanCache, m map[string]string) string {
|
||||
sk := sortMap(nm)
|
||||
got := ""
|
||||
for _, k := range sk {
|
||||
got += "\n\t" + nm[k] + " \"" + k + "\""
|
||||
if k != "" {
|
||||
got += "\n\t" + nm[k] + " \"" + k + "\""
|
||||
}
|
||||
}
|
||||
|
||||
return got
|
||||
|
||||
Reference in New Issue
Block a user