notes/article/golang/module.md

111 B

module usage

init a package

go mod init

remove unused packages

go mod tidy