go: GChalk

https://github.com/jwalton/gchalk is a library heavily inspired by chalk, the popular Node.js terminal color library, and using go ports of supports-color and ansi-styles. Features Expressive API Highly performant Ability to nest styles 256/Truecolor color support with …

Pyroscope: profiling go apps

Pyroscope: Open Source Continuous Profiling Platform. Debug performance issues down to a single line of code. Getting Started Install Pyrocope server brew install pyroscope-io/brew/pyroscope Start Pyroscope server pyroscope server Start …

golang: debugging application in neovim

vimspector The plugin is a capable Vim graphical debugger for multiple languages DAP (Debug Adapter Protocol) nvim-dap is a Debug Adapter Protocol client implementation for Neovim (>= 0.5). nvim-dap allows you to: Launch an application …

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: mongo connection pool

Píšu celkem jednoduchou aplikaci pro práci nad Git repozitáři v GitHubu. Jedním z požadavků je perzistování nagrebovaných meta informací do MongoDB pro další analytické zpracování. Úzkým hrdlem je práce se …

Go: Capturing web traffic

Pokud vyvíjíte nějakou webovou aplikaci, určitě se jednou dostanete do situace, že byste ji chtěli nějak reálně otestovat. A tím reálně otestovat myslím to, že by bylo fakt dobré na …

Awesome Go

Pokud se vám líbí Go, nebo dokonce plánujete s ním začít, budete, stejně jako já, rádi za každý odkaz, studijní materiál, který vás posune dál. Oceníte pak stránku Awesome Go, …