Versions in this module Expand all Collapse all v0 v0.1.1 Jan 2, 2019 Changes in this version + type ProtoParams struct + PbGo struct{ ... } + Proto struct{ ... } + func BuildProtoParams(path string, rootDir cli.RootDir, protoOutDir string, pkg string) (out ProtoParams, err error) + type String struct + Camel struct{ ... } + CamelLower struct{ ... } + Snake struct{ ... } + func Inflect(in string) (out String)