moul.io/godev

A collection of helpers I use during Golang development


Keywords
golang, helpers, pretty-print, debug, devtool
License
Apache-2.0
Install
go get moul.io/godev

Documentation

godev

😄 a collection of debugging functions I often use during development

CircleCI GoDoc License GitHub release Go Report Card CodeFactor codecov Sourcegraph Made by Manfred Touron

Usage

fmt.Println(godev.JSON(something))
fmt.Println(godev.PrettyJSON(something))

Install

Using go

$ go get -u moul.io/godev

License

© 2019-2021 Manfred Touron - Apache-2.0 License