A Go (Golang) client package for the Eyowo Payment service.
To install the eyowo-go package, you need to install Go and set your Go workspace first
- The first need Go installed (version 1.11+ is required), then you can use the below Go command to install eyowo-go.
go get -u github.com/2HgO/eyowo-go
- Import it in your code
import "github.com/2HgO/eyowo-go"