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