Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinspecker/go-ast-print
https://github.com/dustinspecker/go-ast-print
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dustinspecker/go-ast-print
- Owner: dustinspecker
- License: mit
- Created: 2022-11-18T01:09:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T01:09:49.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T06:22:13.192Z (5 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# go-ast-print
> print the AST of a Go source file
## Install
1. `go install github.com/dustinspecker/go-ast-print/cmd/go-ast-print@latest`
## Usage
```shell
go-ast-print -f FILEPATH
```## License
MIT