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

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

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)
```