doc: 翻译了README-en.md 中的中文

This commit is contained in:
frank515
2025-10-30 21:46:10 +08:00
parent ffe1844ba6
commit 89ea284cc6

View File

@@ -148,7 +148,7 @@ go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct
cd server
go generate -run "go env -w .*?"
# 使用如下命令下载swag
# Use the following command to download swag
go get -u github.com/swaggo/swag/cmd/swag
````