mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-21 15:30:09 +08:00
💩👌 make lint happy
This commit is contained in:
parent
a27132f907
commit
8afbc67bf7
@ -512,7 +512,7 @@ func parseArgs(ctx *zero.Ctx) bool {
|
||||
f := fakejson{Arg: binary.BytesToString(b)}
|
||||
w := binary.SelectWriter()
|
||||
defer binary.PutWriter(w)
|
||||
json.NewEncoder(w).Encode(&f)
|
||||
_ = json.NewEncoder(w).Encode(&f)
|
||||
arr = w.String()[8 : w.Len()-3]
|
||||
args[arg] = arr
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user