Install go.
Install protoc-gen-go:
go install google.golang.org/protobuf/cmd/[email protected]
Install buf:
go install github.com/bufbuild/buf/cmd/[email protected]
Install the aepc fork of the api-linter:
go install github.com/aep-dev/api-linter/cmd/api-linter@latest
The standard GoLang toolchain is used, with the addition of protobuf for compiling the resource definition.
./scripts/regenerate-all.sh
go build main.go