Binary package “golang-github-spf13-nitro-dev” in ubuntu bionic

Quick and easy performance analyzer library for Go

 Nitro is a quick and easy performance analyzer library for the Go Programming
 Language. It is useful for comparing A/B against different drafts of functions
 or different functions. Building on the standard pprof library, Nitro provides
 a very high-level view of your application performance to help identify areas
 to investigate further. It also provides an easy metric to compare as you
 revise and improve each part of your application.