Skip to content

Commit

Permalink
More lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Sep 14, 2022
1 parent b9d15aa commit a02d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filetime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func ExampleNsecToFiletime() {
// Output: {1384030976 30826169}
}

func ExampleFiletime_Nanoseconds() {
func ExampleFiletime_Nanoseconds() { //nolint:nosnakecase
ft := windows.Filetime{
1384030976,
30826169,
Expand Down

0 comments on commit a02d1c3

Please sign in to comment.