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, …
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, …
Excelize: Golang library for reading and writing Microsoft Excel™ (XLSX) files. Excelize is a library written in pure Go providing a set of functions that allow you to write to …
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 …
giu Cross platform rapid GUI framework for golang based on Dear ImGui and the great golang binding imgui-go. Supported Platforms The supported platforms depends on GLFW v3.3, so idealy giu could support all …
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 …
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 …
Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. Seeing weird case-sensitive problems? It’s in the past been possible to import Logrus as both …
gophernotes is a Go kernel for Jupyter notebooks and nteract. It lets you use Go interactively in a browser-based notebook or desktop app. Use gophernotes to create and share documents that contain live Go code, equations, …
„Go’s Tooling Cheat Sheet“ contains lots of handy commands for a perfect development workflow in Go language.