How to check a variable type at runtime in go?
Why is type assertion used?
What is go interfaces?
How arrays in go works differently then c ?
What is the usage of break statement, continue statement and goto statement?
What are packages in go program?
Explain workspace in go?
What are nil pointers?
How we can print type of a variable in go programming?
Explain the syntax for 'for' loop.
What are goroutines?
How can you check a variable type at runtime in go programming language?
What is syntax like in go?
Who is the father of go (golang)?
What is go routine in go? How you can stop go routine?