go build -o example-golang -v
// or
make build
To run tests, you either need to use the Unmock server and use that as network proxy in your tests or create a GitHub access token. The access token should be added as the GITHUB_TOKEN
environment variable in .env
file. The token only needs public_repo
access.
Run tests:
go test
// or
make test
If you notice an error or you'd like to add something new to this example, please open an issue. We really appreciate the feedback and support!
Please note that this project is governed by the Meeshkan Community Code of Conduct. By participating in this project, you agree to abide by its terms.