8 lines
161 B
Go
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
|
|
}
|