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
- Host: GitHub
- URL: https://github.com/moul/godev
- Owner: moul
- License: apache-2.0
- Created: 2019-08-26T12:50:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T02:55:09.000Z (over 1 year ago)
- Last Synced: 2025-04-28T16:32:22.877Z (10 months ago)
- Topics: debug, devtool, golang, helpers, pretty-print
- Language: Makefile
- Homepage: https://manfred.life/golang
- Size: 46.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# godev
:smile: a collection of debugging functions I often use during development
[](https://circleci.com/gh/moul/godev)
[](https://godoc.org/moul.io/godev)
[](https://github.com/moul/godev/blob/master/LICENSE)
[](https://github.com/moul/godev/releases)
[](https://goreportcard.com/report/moul.io/godev)
[](https://www.codefactor.io/repository/github/moul/godev)
[](https://codecov.io/gh/moul/godev)
[](https://sourcegraph.com/github.com/moul/godev?badge)
[](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)