Skip to content

Instantly share code, notes, and snippets.

@eatonphil
Created April 21, 2017 01:02
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 eatonphil/8fa684c90f307f6df822a05050f2ec67 to your computer and use it in GitHub Desktop.
Save eatonphil/8fa684c90f307f6df822a05050f2ec67 to your computer and use it in GitHub Desktop.
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/20 21:01:24 Generated command/internal_plugin_list.go
backend/operation_type.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
backend/local/hook_count_action.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
command/hook_count_action.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
config/resource_mode.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
helper/schema/resource_data_get_source.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
terraform/context_graph_type.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
make: *** [generate] Error 1
@prankkelkar
Copy link

getting same error. someone please provide a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment