github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/testdata/exported-issue-555.go (about) 1 // Package golint comment 2 package golint 3 4 // Test case for disabling stuttering check in exported rule 5 6 // GolintSomething is a dummy function 7 func GolintSomething() {}