Golang drawer
177 subscribers
1 photo
5.03K links
Curated Golang news
Download Telegram
Go allows authors to write functions in assembly if required. This is called a stub or forward declaration

https://dave.cheney.net/2019/08/20/go-compiler-intrinsics
This blog post is based on a talk I gave at the Mile High Gophers Boulder Meetup. The slides are available here and the bookalyzer example application is available here.

http://www.doxsey.net/blog/software-tracing-with-go
You want to make an external API only authenticated users can access. In this solution the authentication will be a token which clients will supply as an HTTP header.

https://rogerwelin.github.io//traefik/api/go/auth/2019/08/19/build-external-api-with-trafik-go.html
Kavya Joshi explores when and why locks affect performance, delves into Go’s lock implementation as a case study, and discusses strategies one can use when locks are actually a problem.

https://www.infoq.com/presentations/go-locks/