What a modular programming language is?
Does go (golang) support type inheritance?
Explain pointers in go?
Does go (golang) support method overloading?
How would you print type of variable in go?
How can you check a variable type at runtime in go programming language?
Explain static type declaration of variable in go programming language?
Explain packages in go program?
What are packages in go programming?
What is type casting in golang?
Why is type assertion used?
How is len() different from cap() function?
What are nil pointers?
How arrays in go works differently then c ?
Does golang support operator overloading?