Golang Links

GoLang tutorial
Go tutorial - w3schools
    func FunctionName(Parameters...) ReturnTypes...
Golang tutorial series
    func (t ReceiverType) FunctionName(Parameters...) ReturnTypes...
Golang by Example
Design Patterns in Go
Go Standard Library
Go Packages (search)
    go package - fmt
    go package - os
Go - command line tool
Go Playground
Staticcheck - Go linter
go help
go help environment
go env

VSCode Go Wiki
VSCode-go Tools wiki
Delve - Debugger for Go