Who is known as the father of go programming language?
What is gopath environment variable?
What are the differences in len() and cap() functions of slice in go?
Does go support generic programming?
How to use custom packages in go language?
What is the usage of break statement, continue statement and goto statement?
What is a string literal?
Can we declare a class in go?
How can variable type be checked at the runtime?
How you can format a string without printing?
Does go (golang) support generic programming?
What are channels and how can you use them in golang?
Does go (golang) support method overloading?
What are packages in go programming?
What is workspace in go?