Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xxl6097/go-http

基于Go语言的Http Server封装
https://github.com/xxl6097/go-http

Last synced: 24 days ago
JSON representation

基于Go语言的Http Server封装

Awesome Lists containing this project

README

        

## 注意
如果要定义 static server文件服务器,那么 static router必须放在assets前面初始化,不然报错404

## 添加依赖

```shell

go get -u github.com/xxl6097/[email protected]

go get -u github.com/xxl6097/[email protected]

go get -u github.com/gorilla/mux

go get -u github.com/google/uuid

go get -u github.com/dgrijalva/jwt-go

go get -u gopkg.in/yaml.v3

```