2022-07-15 15:32:10 +02:00
|
|
|
//golangcitest:args -Egodot
|
2020-03-16 09:03:59 +03:00
|
|
|
package testdata
|
|
|
|
|
2022-08-20 18:53:45 +02:00
|
|
|
// Godot checks top-level comments // want "Comment should end in a period"
|
2020-03-16 09:03:59 +03:00
|
|
|
func Godot() {
|
|
|
|
// nothing to do here
|
|
|
|
}
|