Backend9 min read
Go Course #2: Variables, Data Types and Constants in Go
Learn Go basic types (int, float64, string, bool), how to declare variables with var and :=, constants with iota, and the fmt package.
0 likes0 comments
2 articles
Learn Go basic types (int, float64, string, bool), how to declare variables with var and :=, constants with iota, and the fmt package.
Learn what Go is, why you should learn it, how to install it on Windows, macOS and Linux, and write your first Hello World program.