Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MDobak committed Aug 23, 2023
1 parent 0c6d19c commit 6b575fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func TestTags(t *testing.T) {
Foo int `map:"foo"`
Bar string `map:"bar"`
Baz int `map:"-"`
qaz int
qaz int //nolint:unused
}
var dst Dst
err := Map(map[string]any{
Expand Down

0 comments on commit 6b575fb

Please sign in to comment.