While running the craft create command, it threw some errors in the logs but those were labelled as [INFO]:
INFO[0014] main.go:24:2: package wordpress/controllers is not in GOROOT (/usr/local/opt/go/libexec/src/wordpress/controllers)
INFO[0014] Error: not all generators ran successfully
INFO[0014] run `controller-gen object:headerFile=./hack/boilerplate.go.txt paths=./... -w` to see all available markers, or `controller-gen object:headerFile=./hack/boilerplate.go.txt paths=./... -h` for usage
INFO[0014] make: *** [generate] Error 1
INFO[0014] exit status 2
FATA[0014] exit status 1
While running the
craft createcommand, it threw some errors in the logs but those were labelled as [INFO]: