synergiator opened a new issue #1: URL: https://github.com/apache/cloudstack-terraform-provider/issues/1
For those who just want to build this project, it's not quite clear from the instructions what should be the build result, in case it works. I've tried to build inside the official [golang](https://hub.docker.com/_/golang) Docker container environment: ``` $ bash --version GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu) $ go version go version go1.16.6 linux/amd64 $ cd $GOPATH $ mkdir -p /src/github.com/apache $ cd /src/github.com/apache $ git clone https://github.com/apache/cloudstack-terraform-provider.git Cloning into 'cloudstack-terraform-provider'... $ cd cloudstack-terraform-provider $ make build ==> Checking that code complies with gofmt requirements... /src/github.com/apache/cloudstack-terraform-provider/scripts/gofmtcheck.sh: 25: /src/github.com/apache/cloudstack-terraform-provider/scripts/gofmtcheck.sh: [[: not found go install go: downloading github.com/apache/cloudstack-go/v2 v2.9.1-0.20210727062803-e00265f69955 (snipping further download statements) go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af ``` After that, also running ```find . ``` I could not recognize something like build directory or similar. -- 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