Skip to content

Setup New go Project with Go Modules

Kim Schlesinger edited this page May 24, 2021 · 1 revision

Setup a new go project

go mod init github.com/org/project go mod tidy

Clone this wiki locally