rincon-go is a client library for accessing the Rincon API.
rincon-go requires Go version 1.21 or above.
With Go's module support, go [build|run|test]
automatically fetches the necessary dependencies when you add the import in your code:
import "github.com/bk1031/rincon-go"
Alternatively, use go get
:
go get -u github.com/bk1031/rincon-go
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b gh-username/my-amazing-feature
) - Commit your Changes (
git commit -m 'Add my amazing feature'
) - Push to the Branch (
git push origin gh-username/my-amazing-feature
) - Open a Pull Request