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.
- Host: GitHub
- URL: https://github.com/2hgo/eyowo-go
- Owner: 2HgO
- Created: 2020-05-25T21:33:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T20:03:19.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T02:44:53.479Z (about 1 year ago)
- Topics: eyowo, eyowo-payment-service, go, golang, payment
- Language: Go
- Size: 3.6 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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"
```