github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/godot.go (about)

     1  //golangcitest:args -Egodot
     2  package testdata
     3  
     4  // Godot checks top-level comments // want "Comment should end in a period"
     5  func Godot() {
     6  	// nothing to do here
     7  }