Sign in
go
/
lint
/
1baf3a9d7d675b3c7e974b7a00ded54b88a88379
/
.
/
testdata
/
5_test.go
blob: af174587c0a3bedc5842d9162352e72111aa7b0d [
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 TestSomething_suffix(t *testing.T) {
}
func ExampleBuffer_reader() {
}