https://github.com/chavacava/goproto
Utility to generate funcs prototypes from Go source code
https://github.com/chavacava/goproto
Last synced: 10 months ago
JSON representation
Utility to generate funcs prototypes from Go source code
- Host: GitHub
- URL: https://github.com/chavacava/goproto
- Owner: chavacava
- License: mit
- Created: 2018-05-10T19:53:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T08:30:41.000Z (about 7 years ago)
- Last Synced: 2025-01-26T06:24:50.116Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goproto
Utility to generate func prototypes from GO source code.
Useful when distributing GO applications binary.
```
Usage goproto:
-i string
input file (default stdin)
-include-comp-comment
includes a //go:binary-only-package compilation comment (default true)
-o string
output file (default stdout)
-public-only
only generates prototypes of public functions (default true)
```