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

https://github.com/quasilyte/devtools

Shared repository for Go developer tools.
https://github.com/quasilyte/devtools

devtool devtools go golang

Last synced: 10 days ago
JSON representation

Shared repository for Go developer tools.

Awesome Lists containing this project

README

          

# tools

Shared repository for Go developer tools.

* [go-appcover](cmd/go-appcover) simplifies the process of collecting main/application coverage report.
* [vexdump](cmd/vexdump) prints VEX-like encodings information. Recognizes VEX and EVEX prefix formats.
* [pkgload-debug](cmd/pkgload-debug) helps to debug [go/packages](https://pkg.go.dev/golang.org/x/tools/go/packages?tab=doc) package.