Go Lang Flashcards
1
Q
What is a Go Module?
A
2
Q
What is the Go Discovery Package tool
A
3
Q
What is pkg.go.dev?
A
4
Q
What go mod init command used for?
A
5
Q
what is go mod tidy
A
6
Q
What is the := operator
A
7
Q
How do you write a function?
A
8
Q
how are variables passed into strings?
A
9
Q
fmt.Sprintf()
A
10
Q
What is a go slice?
A
11
Q
How do you write backwards compatible code?
A
12
Q
Explain go build command
A
13
Q
Explain go install
A
14
Q
Explain go list -f ‘{{.Target}}’
A
15
Q
Explain: go work init
A