📝 go mod download

This commit is contained in:
徐晓伟 2023-10-02 01:56:29 +08:00
parent da03e21463
commit b767c40a10
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ go get -u github.com/urfave/cli/v2
go mod tidy
```
```shell
go mod download
```
### run
```shell