Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.