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.
- Host: GitHub
- URL: https://github.com/quasilyte/devtools
- Owner: quasilyte
- License: mit
- Created: 2017-12-07T20:14:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T20:37:43.000Z (over 5 years ago)
- Last Synced: 2024-04-30T07:19:34.031Z (almost 2 years ago)
- Topics: devtool, devtools, go, golang
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.