Skip to content

Instantly share code, notes, and snippets.

@pgray
Created April 20, 2016 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgray/7c2bacde344c0b99aafd703e6da22234 to your computer and use it in GitHub Desktop.
Save pgray/7c2bacde344c0b99aafd703e6da22234 to your computer and use it in GitHub Desktop.
go generate $(go list ./... | grep -v /vendor/)
go install github.com/hashicorp/terraform/builtin/bins/provider-aws
# github.com/hashicorp/terraform/vendor/github.com/aws/aws-sdk-go/service/route53
vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error.go:72: cannot use awserr.NewBatchError(errorCode, "ChangeBatch errors occured", errors) (type awserr.BatchError) as type awserr.Error in argument to awserr.NewRequestFailure:
awserr.BatchError does not implement awserr.Error (missing OrigErr method)
# github.com/hashicorp/terraform/terraform
terraform/graph_builder.go:35: g.StringWithNodeTypes undefined (type *Graph has no field or method StringWithNodeTypes)
Makefile:31: recipe for target 'plugin-dev' failed
make: *** [plugin-dev] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment