This website requires JavaScript.
Explore
Help
Sign In
env-all
/
notes
Watch
1
Star
0
Fork
You've already forked notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cffe5b3233
notes
/
article
/
golang
/
module.md
14 lines
111 B
Markdown
Raw
Blame
History
# module usage
## init a package
```bash
go mod init
```
## remove unused packages
```bash
go mod tidy
```
Reference in New Issue
View Git Blame
Copy Permalink