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

Understanding slices

Slices are flexible and efficient, but their implementation has some quirky behaviours, leading to unexpected results.

Let us see how they really work and how to avoid running into problems.

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?

View all articles