Created
December 12, 2018 02:35
-
-
Save ffrank/b57f443c801269563286f3bbd81040fa to your computer and use it in GitHub Desktop.
go generate warnings from stringer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/go/src/github.com/purpleidea/mgmt$ go generate ./... | |
stringer: checking package: augeas.go:27:2: could not import github.com/purpleidea/mgmt/engine (reading export data: /home/demo/go/pkg/linux_amd64/github.com/purpleidea/mgmt/engine.a: invalid encoding format in export data: got 'v'; want 'c' or 'd') | |
engine/resources/aws_ec2.go:110: running "stringer": exit status 1 | |
stringer: checking package: type.go:25:11: could not import github.com/hashicorp/go-multierror (reading export data: /home/demo/go/pkg/linux_amd64/github.com/hashicorp/go-multierror.a: invalid encoding format in export data: got 'v'; want 'c' or 'd') | |
lang/types/type.go:37: running "stringer": exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment