golangci-lint/test/testdata/godot.go

8 lines
162 B
Go
Raw Permalink Normal View History

//golangcitest:args -Egodot
2020-03-16 09:03:59 +03:00
package testdata
// Godot checks top-level comments // want "Comment should end in a period"
2020-03-16 09:03:59 +03:00
func Godot() {
// nothing to do here
}