GoGoPrimer
< Back to modules

Basic syntax

Variables, types, constants, and text formatting.

  1. 1
    Variables and typesDeclaring variables and the language's basic types.
  2. 2
    Constants and operatorsImmutable values with `const`, and arithmetic, comparison, and logical operators.
  3. 3
    Strings and formattingWorking with text and mastering fmt.Printf verbs.