Merge pull request #2134 from frank-515/main

doc: 翻译了README-en.md 中的中文
This commit is contained in:
PiexlMax(奇淼 2025-11-03 13:27:24 +08:00 committed by GitHub
commit 709cdef050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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
````