Links to brush up advanced Go

Hi,

I’ve been a Go enthusiast since the last 4 years and was active in the forum as well. But for the past few months I’ve been off Go. Is there any links where I can brush up advanced coding involving frequently used packages like net, io etc? I still am pretty fluent with the basics, so only advanced package usages is required.

Thanks in advance! :slight_smile:

Not much happend to Go, the language in the past months. The standard library is still the most important collection.

@lutzhorn Oh that’s a relief. Are go modules in use now? I heard the normal dependency scheme got replaced with go modules?

Yes, modules are in use. There is a series of blog articles describing how to use them.

https://blog.golang.org/using-go-modules

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.