ref: go command - cmd/go - Go Packages
-
Enable dependency tracking for your code.
go init
go init tidy
-
Testing
go test -v
Nov 05, 20231 min read
ref: go command - cmd/go - Go Packages
Enable dependency tracking for your code.
go init
go init tidy
Testing
go test -v