Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T03:36:07.000Z (12 months ago)
- Last Synced: 2024-11-12T10:18:28.301Z (2 months 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.