Build Time Error: Undefined Objects
Hi everyone,
While trying to build the application, i am noticing build time errors as shown below:
gitpod /workspace/cli (main) $ go build -o ./bin/glab ./cmd/glab/main.go
# command-line-arguments
cmd/glab/main.go:237:5: undefined: isTelemetryEnabled
cmd/glab/main.go:238:20: undefined: addTelemetryHook
gitpod /workspace/cli (main) $
Has anyone else also noticed this?
Please let me know if there is a fix for this, as i am already on latest commit.
Thank you!