Go for Java Programmers: Simple Types
Part of a series explaining Go from a Java developer perspective. This article covers Go’s built-in primitive data types, and how they compare with Java’s.
Part of a series explaining Go from a Java developer perspective. This article covers Go’s built-in primitive data types, and how they compare with Java’s.
Part of a series explaining Go from a Java developer perspective. This article covers code formatting rules, and other surprises enforced by the compiler.
Part of a series explaining Go from a Java developer perspective. This article covers Go’s three control structures… “if”, “for”, and “switch”.
Part of a series explaining Go from a Java developer perspective. This article covers the fundamentals of Go’s syntax, packages, functions, and variables.
The first of a series of articles explaining Go for Java programmers. What is Go, and how can it benefit you alongside Java?