Is go (golang) a case sensitive language?
Answer / Surbhi
Yes, Go is case-sensitive. Variable names, functions, and identifiers must be unique within their scope and are not interchangeable even if they differ in case.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is len() different from cap() function?
Explain what gopath environment variable is?
How to create a function in go?
What are packages in go language?
List some of the advantages of go language?
In go language how you can check variable type at runtime?
What is range keyword in go?
What is difference between concurrent and parallel in golang?
What are maps in go?
What is syntax like in go?
Explain go interfaces ?
What is slice in go?