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. Golang - Keywords
  2. Golang - Data Types
  3. Golang - Variables
  4. Golang - Constants
  5. Golang - Program Structure
  6. Golang - Comments
  7. Golang - Naming a variable
  8. Golang - Shorthand for Defining Multiple Variables/Constants
  9. Golang - Different ways to find the type of a variable
  10. Golang - Binary Literals
  11. Golang - Octal Literals
  12. Golang - Hexadecimal Literals
  13. Golang - Type Casting or Type Conversion
  14. Golang – Operators
    1. Golang - Arithmetic Operators
    2. Golang - Relational Operators
    3. Golang - Logical Operators
    4. Golang - Bitwise Operators
    5. Golang - Assignment Operators
    6. Golang - Miscellaneous Operators
  15. Golang - Decision Making Statements
    1. Golang - if statement
    2. Golang - if-else statement
    3. Golang - if-else-if ladder statement
    4. Golang - nested if statement
    5. Golang - switch statement
    6. Golang - select statement
  16. Golang - Loops
  17. Golang - Functions
  18. Golang - Strings

Miscellaneous Topics

  1. How to print boolean value in Golang?
  2. How to print double-quoted string in Golang?
  3. Golang - Convert from int to binary
  4. Golang - Convert from int to octal
  5. Golang - Convert from int to hex
  6. How to check if structure is empty in Golang?
  7. How to check if key exists in a map in Golang?
  8. How to return an error in Golang?
  9. Golang - new() and make() functions with examples




Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.