Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minoritea/gfep

gfep - Go function expression printer
https://github.com/minoritea/gfep

go golang parser tool

Last synced: 1 day ago
JSON representation

gfep - Go function expression printer

Awesome Lists containing this project

README

        

# gfep
Go function expression printer

## porpose
print a function block from Go source code.

## usage
```shell
go run github.com/minoritea/gfep@latest {file}.go {function name}
```