Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 361 Bytes

Go easy client package

Setup

Use below command to get this package:

$ go get github.com/abc1236762/go-easyclient

And add below code to your project file before using it:

import `github.com/abc1236762/go-easyclient`

Usage

Unfinished. Can refer to the documentation comments in client.go and a simple example in client_test.go.