This commit is contained in:
wangchuxiao 2023-01-12 11:19:25 +08:00
parent 9bc659e8f0
commit 6ee06ded3f

View File

@ -131,7 +131,7 @@ func (a Args) String() string {
s += "{"
hasElement = true
}
s += fmt.Sprintf("%s:%d", k, v)
s += fmt.Sprintf("%s:%v", k, v)
}
if hasElement {
s += "}"