2022-07-15 15:32:10 +02:00

8 lines
163 B
Go

//golangcitest:args -Egodot
package testdata
// Godot checks top-level comments // ERROR "Comment should end in a period"
func Godot() {
// nothing to do here
}