godocs.io is now available December 18, 2020 on Drew DeVault's blog

Due to the coming sunsetting of godoc.org in favor of pkg.go.dev, I’m happy to announce that godocs.io is now available as a replacement. We have forked the codebase and cleaned things up quite a bit, removing lots of dead or obsolete features, cleaning out a bunch of Google-specific code and analytics, reducing the JavaScript requirements, and rewriting the search index for Postgres. We will commit to its maintenance going forward for anyone who prefers the original godoc.org experience over the new website.

Notice: this article was rewritten on 2021-01-19. The original article has a lot of unnecessary salt. You can read the original here.

Articles from blogs I read Generated by openring

Using Podman, Compose and BuildKit

For my day job, I need to build and run a Docker Compose project. However, because Docker doesn’t play well with nftables and I prefer a rootless + daemonless approach, I’m using Podman. Podman supports Docker Compose projects with two possible solutions: ei…

via emersion February 23, 2025

Comments on Executive Order 14168

Submitted to the Department of State, which is requesting comments on a proposed change which would align US passport gender markers with executive order 14168. Executive order 14168 is biologically incoherent and socially cruel. All passport applicants sh…

via Aphyr: Posts February 21, 2025

Testing concurrent code with testing/synctest

Go 1.24 contains an experimental package to aid in testing concurrent code.

via The Go Blog February 19, 2025