I am newbie to golang who usually uses python. what I did:
- copied sample from https://github.com/uber/h3-go
- pasted it in local machine
- Run
go run main.go
which was the code placed. The output: github.com/uber/h3-go/v4: build constraints exclude all Go files in C:\Users\User\go\pkg\mod\github.com\uber\h3-go\v4@v4.1.0
couldn't solve myself with google, chatgpt.
go version: go version go1.20.3 windows/amd64