gdlv: GUI frontend for Delve

Gdlv is a graphical frontend to Delve for Linux, Windows and macOS. Setup First make sure you have the current version of delve installed: then install gdlv: Use Ctrl+plus and Ctrl+minus, or config …

gioui

Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD, Windows, and WebAssembly (experimental). See gioui.org for details and documentation. Installation Gio is designed to work with very few …

gore: Yet another Go REPL

gore: Yet another Go REPL that works nicely. Featured with line editing, code completion, and more. Features Line editing with history Multi-line input Package importing with completion Evaluates any expressions, …

noise: A decentralized P2P networking stack written in Go.

noise is an opinionated, easy-to-use P2P network stack for decentralized applications, and cryptographic protocols written in Go. noise is made to be minimal, robust, developer-friendly, performant, secure, and cross-platform across multitudes of …

Ginkgo: BDD testing in Golang

Ginkgo is a BDD-style Go testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic. Feature …

Go: generation of Static Single Assignment

Static single assignment form In compiler design, static single assignment form (often abbreviated as SSA form or simply SSA) is a property of an intermediate representation (IR), which requires that each variable is assigned exactly once, and every variable …