Today's GitHub showcases a few interesting new Go-based projects focusing on web development debugging, post-quantum cryptography, and generic data structures.
GoVisual: Provides a lightweight and zero-configuration solution for real-time HTTP request visualization and debugging in Go web applications.
frodo: A conservative Go implementation of the FrodoKEM post-quantum key encapsulation scheme.
deque: A Go library providing a generic double-ended queue (deque) container.