pretty code

2021年2月4日 星期四

Go Modules

A module is a collection of Go packages stored in a file tree with a go.mod file at its root.


Example

module servermanagement/apiserver
go 1.14
require github.com/buger/jsonparser v1.1.1
require github.com/go-resty/resty/v2 v2.4.0

沒有留言: