gofiber-study/README.MD

14 lines
180 B
Plaintext
Raw Normal View History

2022-10-03 03:46:09 +08:00
## 使用 gofiber 作为 http 服务框架
## air 热重载
安装
```shell
go install github.com/cosmtrek/air@latest
```
配置文件 runner.conf
运行项目
```shell
air
```