Skip to content

BK1031/rincon-go

Repository files navigation

rincon-go

GoDoc Release License: MIT

rincon-go is a client library for accessing the Rincon API.

Getting started

Prerequisites

rincon-go requires Go version 1.21 or above.

Installing

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

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b gh-username/my-amazing-feature)
  3. Commit your Changes (git commit -m 'Add my amazing feature')
  4. Push to the Branch (git push origin gh-username/my-amazing-feature)
  5. Open a Pull Request