Home »
Golang
Golang Tutorial
Go language is an open-source programming language that makes it easy to build simple, reliable, and efficient software The Go language is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. The Go language is syntactically similar to the C programming language, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.
Golang Tutorial – This section contains step by step tutorial of Go programming language.
Golang Tutorial Index
1. Basics
2. Variable Handling
3. Literals
4. Type Handling
5. Operators
6. Decision Making
7. Loops
8. Functions
9. String Handling
10. Go Arrays
Miscellaneous Topics
- How to print boolean value in Golang?
- How to print double-quoted string in Golang?
- Golang - Convert from int to binary
- Golang - Convert from int to octal
- Golang - Convert from int to hex
- How to check if structure is empty in Golang?
- How to check if key exists in a map in Golang?
- How to return an error in Golang?
- Golang - new() and make() functions with examples
Go Practice and Example Preparation
Advertisement
Advertisement