mirror of
https://gitee.com/shikong-sk/gofiber-study
synced 2025-02-23 15:22:14 +08:00
14 lines
180 B
Plaintext
14 lines
180 B
Plaintext
|
## 使用 gofiber 作为 http 服务框架
|
||
|
|
||
|
## air 热重载
|
||
|
|
||
|
安装
|
||
|
```shell
|
||
|
go install github.com/cosmtrek/air@latest
|
||
|
```
|
||
|
配置文件 runner.conf
|
||
|
|
||
|
运行项目
|
||
|
```shell
|
||
|
air
|
||
|
```
|