import "github.com/golang/mock/mockgen/internal/tests/mock_in_test_package"
type Finder interface { FindUser(name string) User Add(u User) }
type User struct { Name string }
user.go
Tools for package owners.