Skip to content
/ vii Public

这是一个用Go语言实现的HTTP的web框架

Notifications You must be signed in to change notification settings

wxning1107/vii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vii Web Framework

Vii is a web framework written in Go. It is based on Go native net/http package.

Installation

To install Vii package, you need to install Go and set your Go workspace first.

  1. 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
  1. Import it in your code:
import "github.com/wxning1107/vii"

About

这是一个用Go语言实现的HTTP的web框架

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages