summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/3rf/mongo-lint/testdata/5_test.go
blob: af174587c0a3bedc5842d9162352e72111aa7b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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() {
}