Home

Golang Quickstart

Resources

  1. Starting a Go project

Quickstart

mkdir hello-go cd hello-go go mod init github.com/USERNAME/hello-go

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/quick-start/golang

Sections


Related