Sign in
go
/
lint
/
d182c9c2b1da993d1a0674a6cb4fa13780b72a68
/
.
/
testdata
/
5_test.go
blob: af84ba1cd6dd90e8f5f0cac9c359d47169e4e0aa [
file
] [
log
] [
blame
]
// This file ends in _test.go, so we should not warn about doc comments.
// OK
package pkg
import "testing"
type H int
func TestSomething(t *testing.T) {
}
func ExampleBuffer_reader() {
}