An open API service indexing awesome lists of open source software.

https://github.com/2hgo/eyowo-go

A Go (Golang) client package for the Eyowo Payment service.
https://github.com/2hgo/eyowo-go

eyowo eyowo-payment-service go golang payment

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://golang.org) installed (version 1.11+ is required), then you can use the below Go command to install eyowo-go.
```bash
go get -u github.com/2HgO/eyowo-go
```

2. Import it in your code
```go
import "github.com/2HgO/eyowo-go"
```