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

https://github.com/minoritea/gfep

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

go golang parser tool

Last synced: 19 days 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}
```