Vii is a web framework written in Go. It is based on Go native net/http package.
To install Vii package, you need to install Go and set your Go workspace first.
- The first need Go installed (version 1.14+ is required), then you can use the below Go command to install Vii.
$ go get -u github.com/wxning1107/vii- Import it in your code:
import "github.com/wxning1107/vii"