go mod init demo
go run main.go
go build -o hello main.go
go build -ldflags="-s -w" -o small-hello main.go
GOBIN=/Users/jiten/workspace/training/sanas-golang-training/bin honnef.co/go/tools/cmd/staticcheck@latest
go tool dist list
GOOS=windows GOARCH=amd64 go build -o build/hel
5B8F
lo_windows_amd64.exe mai
n.go
break,chan,continue,case,const,defer,default,if,else,fallthrough,for,func,go,goto,import,interface,map,package,range,return,type,select,switch,struct,var
append,cap,clear,close,copy,complex,delete, imag,len, make, min, max,new, panic,print, println,real,recover
sudo GODEBUG=installgoroot=all go install std
https://docs.google.com/presentation/d/1WVvsbvgHKBrNrKtnT4XWRfrsfkNlbw5u6L9O1DeVBn0/edit?usp=sharing