Write the Code. Change the World.

11月 20

go 本地开发的时候,都需要执行 go run xxx。如果每次修改代码,都需要执行这个,会很繁琐。下边,用 air 工具就可以解决这个问题,修改逻辑后,会自动进行启动。

go get -u github.com/cosmtrek/air

# 查看版本
air -v

# 在项目目录下,执行 air 即可
air

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注