Skip to content

Gaucho-Racing/mapache-go

Repository files navigation

mapache-go

Tests codecov GoDoc Release License: MIT

mapache-go is a library that provides access to various abstractions used by Mapache services.

Getting started

Prerequisites

mapache-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/gaucho-racing/mapache-go"

Alternatively, use go get:

go get -u github.com/gaucho-racing/mapache-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