shwstppr opened a new pull request, #50: URL: https://github.com/apache/cloudstack-go/pull/50
This PR adds error returned by goimports in the log. Currently, only output is printed, ``` ⇒ go run -v generate/generate.go generate/layout.go --api=generate/listApis.json command-line-arguments 2023/03/15 17:20:50 1 API(s) failed to generate: 2023/03/15 17:20:50 GoImport failed to format: exit status 1 ``` With fix, ``` ⇒ go run -v generate/generate.go generate/layout.go --api=generate/listApis.json command-line-arguments 2023/03/15 17:21:24 1 API(s) failed to generate: 2023/03/15 17:21:24 GoImport failed to format: exec: "goimports": executable file not found in $PATH exit status 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org