4.5 2

Learn Go: fundamentals of code

Are you familiar with C, Java, JavaScript, or Python ? The Tour of Go and the ambient buzz have you ready to take a deep dive into Go ? This is the book… if you can read a bit of French.

With almost 400 pages and well over 150 listings, learn Go without any shortcuts, and take advantage of your existing fluency in other programming languages to write programs which can benefit from multicore architectures and run fast with low power requirements.

Learn more
Simulation de tranche de livre
Livre sur Go en français

Latest posts

How to code a SMTP service

Sometimes a service needs to handle inbound emails, not just HTTP requests

In this presentation, we shall see how to write an SMTP service, using just the Go stdlib and one complementary package.

How to debug a second test run ?

Some tests may only fail the second time you run them, but the integrated debugging in GoLand will only run them once by default.

How can we use it to debug them?

CLI commands with google/subcommands

How to create CLI programs with multiple commands, flags and subcommands, and how to do it fast and simply?

google/subcommands makes it a breeze.

Let us see how.

View all articles