- API documentation is available via godoc.
- The examples directory contains more elaborate example applications.
To install Requist package, you need to install Go and set your Go workspace first.
1 - The first need Go installed (version 1.13+ is required). Then you can use the below Go command to install Requist
$ go get -u github.com/dotWicho/requistAnd then Import it in your code:
package main
import "github.com/dotWicho/requist"Or
2 - Use as module in you project (go.mod file):
module myclient
go 1.13
require (
github.com/dotWicho/requist latest
)- Get started by checking our contribution guidelines.
- Read the dotWicho requist wiki for more technical and design details.
- If you have any questions, just ask!