https://github.com/berquerant/testprintpkg
https://github.com/berquerant/testprintpkg
go
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/testprintpkg
- Owner: berquerant
- Created: 2022-02-15T15:52:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T15:53:44.000Z (over 4 years ago)
- Last Synced: 2025-02-06T16:57:56.316Z (over 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testprintpkg
Print AST to stdout, defs and uses to stderr.
## Usage
``` shell
$ testprintpkg
testprintpkg - print AST to stdout, defs and uses to stderr
Usage:
testprintpkg PATTERNS...
e.g. testprintpkg ./...
```