Golang drawer
177 subscribers
1 photo
5.03K links
Curated Golang news
Download Telegram
A simple framework for Telegram bots 🤖
Proxy server for Go modules
Speeding up your CI/CD pipelines with Go modules 🚚
CertMagic is the most mature, robust, and capable ACME client integration for Go.

With CertMagic, you can add one line to your Go application to serve securely over TLS, without ever having to touch certificates.
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