Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
gfep - Go function expression printer
- Host: GitHub
- URL: https://github.com/minoritea/gfep
- Owner: minoritea
- License: mit
- Created: 2024-01-25T07:25:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T14:59:41.000Z (12 months ago)
- Last Synced: 2024-11-12T10:18:28.659Z (2 months ago)
- Topics: go, golang, parser, tool
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```