6. Octal and Binary Literals ES6 has new support for octal and binary literals.Prependending a number with 0o or 0O would convert it into octal value. Have a look at the follow...
Go microservices, part 6 - health checks. 22 March 2017 // Erik Lupander Source code Add check for accessing the BoltDB Adding the /health endpoint Running The Docker Healthc...