What is syntax like in go?
Explain go interfaces ?
Explain packages in go program?
What type assertion is used for and how it does it?
List out the built in support in go?
How you to access command line arguments passed to a go program?
How you can do testing in go?
How to use custom packages in go language?
What is string types?
How arrays in go works differently then c ?
Explain workspace in go?
In go language how you can check variable type at runtime?
What are the advantages of go?
What is gopath environment variable?
How you can format a string without printing?