oss.indeed.com/go/go-opine@v1.3.0/internal/gotest/testdata/some.go (about) 1 package testdata 2 3 type Some struct { 4 } 5 6 func (s Some) test() int { 7 return 42 8 }