2020-03-16 11:56:57 +03:00

8 lines
161 B
Go

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