(번역) Go Modules 사용하기
서문 Go 1.11 and 1.12 include preliminary support for modules, Go'snew dependency management system that makes dependency version information explicit and easier to manage. This blog post is an introduction to the basic operations needed to get started using modules. A followup post will cover releasing modules for others to use.
https://johngrib.github.io/wiki/golang-mod/