Source: golang-github-spf13-nitro Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok Build-Depends: debhelper (>= 9), dh-golang, golang-any Standards-Version: 3.9.8 Homepage: https://github.com/spf13/nitro Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-spf13-nitro.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-spf13-nitro.git XS-Go-Import-Path: github.com/spf13/nitro Package: golang-github-spf13-nitro-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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.