Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
本工具用于下载标准组件项目https://myschools.me/suguo/norm
#### 使用方法
1. 安装
> go install myschools.me/suguo/myschools/my:latest
> go install myschools.me/suguo/myschools:latest
2. 使用
> my -dl mysql
> myschools -dl mysql

2
go.mod
View File

@ -1,3 +1,3 @@
module myschools.me/suguo/myschools
module myschools.me/suguo/myschools-dl
go 1.17

View File