mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-14 13:44:23 -04:00
7 lines
162 B
Go
7 lines
162 B
Go
//golangcitest:args -Egodot
|
|
package testdata
|
|
|
|
// Godot checks top-level comments // want "Comment should end in a period"
|
|
func Godot() {
|
|
// nothing to do here
|
|
}
|