💩👌 make lint happy

This commit is contained in:
源文雨 2022-06-11 21:06:08 +08:00
parent be3e7c892c
commit 621fd614ea

View File

@ -130,7 +130,7 @@ func printtags(r reflect.Value) string {
tags := r.Elem()
s := binary.BytesToString(binary.NewWriterF(func(w *binary.Writer) {
for i := 0; i < tags.Len(); i++ {
w.WriteByte('\n')
_ = w.WriteByte('\n')
tag := tags.Index(i)
_ = w.WriteByte('#')
w.WriteString(tag.Field(0).String())