https://github.com/minoritea/go-decls
go-decls: list declarations in a Go source file
https://github.com/minoritea/go-decls
go golang parser tool
Last synced: 12 months ago
JSON representation
go-decls: list declarations in a Go source file
- Host: GitHub
- URL: https://github.com/minoritea/go-decls
- Owner: minoritea
- License: mit
- Created: 2024-02-02T03:31:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T03:36:07.000Z (over 2 years ago)
- Last Synced: 2025-01-11T08:22:28.909Z (over 1 year ago)
- Topics: go, golang, parser, tool
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-decls
List declarations in a Go source file.
# Usage
go-decls FILE
# Output
It prints all declarations of functions, types, variables and constants in the source file.