arena icon indicating copy to clipboard operation
arena copied to clipboard

use go module to manage dependencies

Open asdfsx opened this issue 5 years ago • 0 comments

since go module have been released for a long time. Why not to use go module to manage dependencies? It only need a few commands

go mod init
go mod tidy
go mod verify
go mod vendor

asdfsx avatar Sep 04 '19 10:09 asdfsx