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.
How to use Java’s TimeUnit enum for simple and clean representation of time intervals, instead of using ugly multiplication to calculate millisecond values.
Trying out Travis CI, Codeship, Drone.io, and Shippable… to see if any of them can stack up to Jenkins for continuous integration with Java projects.
Part of a series explaining Go from a Java developer perspective. This article covers code formatting rules, and other surprises enforced by the compiler.