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, good to know: inittrace

From Golang documentation Package runtime inittrace: setting inittrace=1 causes the runtime to emit a single line to standard error for each package with init work, summarizing the execution time and …

Fyne

The Fyne toolkit provides the easiest way to develop beautiful, lightweight and user friendly native applications for desktop, mobile and beyond. Fyne combines the power and ease of the Go …

Golang, FiberV2, OAuth2

Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation …

gothfiberv2

I have published my Golang package gothfiberv2 which provide feature Multi Provider Authentication on Fiber version 2 framework yesterday. gothfiberv2 is wrapper on goth which provide OAuth and OAuth2 functionalities. …

air

air: ☁️ Live reload for Go apps. Air is yet another live-reloading command line utility for Go applications in development. Just air in your project root directory, leave it alone, and focus on …