Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goautomock tests fail #8

Open
Monnoroch opened this issue May 20, 2017 · 0 comments
Open

goautomock tests fail #8

Monnoroch opened this issue May 20, 2017 · 0 comments

Comments

@Monnoroch
Copy link

Monnoroch commented May 20, 2017

I'm trying to run tests for this project and can't generate mocks (which is a required step before actually running tests):

$ go version
go version go1.8 linux/amd64

/go/src/github.com/ernesto-jimenez/gogen$ go generate github.com/ernesto-jimenez/gogen/...
Generating mock for Writer in io_writer_mock_test.go
Generating mock for ByteScanner in io_byte_scanner_mock_test.go
Generating mock for CookieJar in http_cookie_jar_mock_test.go
interface unexported missing
exit status 1
automock/generator_test.go:121: running "go": exit status 1
Generating func (*SimpleStruct) UnmarshalMap(map[string]interface{}) error
Generating func (*Array) UnmarshalMap(map[string]interface{}) error
Generating func (*Composed) UnmarshalMap(map[string]interface{}) error
Generating func (*Nested) UnmarshalMap(map[string]interface{}) error

I'm using the last version of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant