README ¶ go2proto Generate Protobuf messages from given go structs. No RPC, not gogo syntax, just pure Protobuf messages. Forked from github.com/anjmao/go2proto Example GO111MODULE=off go get -u github.com/emarcey/go2proto go2proto -f ${PWD}/example/out -p github.com/emarcey/go2proto/example/in Configuration -f: directory of go files to convert to proto messages -p: target directory for output proto filter: if set, excludes all structs not containing this string -c: current proto, path of existing version of proto to use for diff Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files current_proto.go main.go Directories ¶ Show internal Expand all Path Synopsis example in Click to show internal directories. Click to hide internal directories.