An open API service indexing awesome lists of open source software.

https://github.com/moul/godev

A collection of helpers I use during Golang development
https://github.com/moul/godev

debug devtool golang helpers pretty-print

Last synced: 8 months ago
JSON representation

A collection of helpers I use during Golang development

Awesome Lists containing this project

README

          

# godev

:smile: a collection of debugging functions I often use during development

[![CircleCI](https://circleci.com/gh/moul/godev.svg?style=shield)](https://circleci.com/gh/moul/godev)
[![GoDoc](https://godoc.org/moul.io/godev?status.svg)](https://godoc.org/moul.io/godev)
[![License](https://img.shields.io/github/license/moul/godev.svg)](https://github.com/moul/godev/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/moul/godev.svg)](https://github.com/moul/godev/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/godev)](https://goreportcard.com/report/moul.io/godev)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/godev/badge)](https://www.codefactor.io/repository/github/moul/godev)
[![codecov](https://codecov.io/gh/moul/godev/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/godev)
[![Sourcegraph](https://sourcegraph.com/github.com/moul/godev/-/badge.svg)](https://sourcegraph.com/github.com/moul/godev?badge)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)

## Usage

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

## Install

### Using go

```console
$ go get -u moul.io/godev
```

## License

© 2019-2021 [Manfred Touron](https://manfred.life) -
[Apache-2.0 License](https://github.com/moul/godev/blob/master/LICENSE)