What is a Go Module?
What is the Go Discovery Package tool
What is pkg.go.dev?
What go mod init command used for?
what is go mod tidy
What is the := operator
How do you write a function?
how are variables passed into strings?
fmt.Sprintf()
What is a go slice?
How do you write backwards compatible code?
Explain go build command
Explain go install
Explain go list -f ‘{{.Target}}’
Explain: go work init
How does the defer keyword work?
Where can I find db driver?
Where can I find golang packages?
Explain json encoding/decoding in go
Explain json.Unmarshal