Skip to content

Commit

Permalink
Merge pull request #2 from bodgit/lint
Browse files Browse the repository at this point in the history
More lint fixes
  • Loading branch information
bodgit committed Sep 14, 2022
2 parents b9d15aa + a02d1c3 commit 38d2cc6
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 38d2cc6

Please sign in to comment.