Difference between revisions of "Go mod"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` go mod init foo go mod tidy go build ```")
 
(No difference)

Latest revision as of 17:52, 27 April 2023

go mod init foo
go mod tidy
go build