8 lines
162 B
Go
8 lines
162 B
Go
//golangcitest:args -Egodot
|
|
package testdata
|
|
|
|
// Godot checks top-level comments // want "Comment should end in a period"
|
|
func Godot() {
|
|
// nothing to do here
|
|
}
|