/eyowo-go

A Go (Golang) client package for the Eyowo Payment service.

Primary LanguageGo

Eyowo Go (Golang) Client

A Go (Golang) client package for the Eyowo Payment service.

Instalation

To install the eyowo-go package, you need to install Go and set your Go workspace first

  1. 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
  1. Import it in your code
import "github.com/2HgO/eyowo-go"