Go to file
2016-11-09 18:39:29 +01:00
contrib/homebrew Add Homebrew support #3 2016-11-06 20:20:11 +01:00
examples/dummy Add filename templating support (fix #5) 2016-11-09 18:39:29 +01:00
vendor/github.com Add vendor 2016-11-06 18:32:32 +01:00
.gitignore Commit the output files 2016-11-06 17:32:34 +01:00
Dockerfile Add Docker support (fix #7) 2016-11-06 20:30:15 +01:00
encoder.go Add filename templating support (fix #5) 2016-11-09 18:39:29 +01:00
glide.lock $ glide install 2016-11-06 20:20:11 +01:00
glide.yaml glide init 2016-11-06 18:32:10 +01:00
LICENSE Initial commit 2016-11-04 21:44:49 +01:00
main.go Parse parameters (fix #4) 2016-11-07 08:45:02 +01:00
README.md Add Install instructions (fix #2) 2016-11-07 10:17:25 +01:00

protoc-gen-gotemplate

📂 protocol generator + golang text/template (protobuf)

Generic protocol buffer generator backed by Golang's text/template.

Usage

See examples.

Install

  • Install the Go compiler and tools from https://golang.org/doc/install
  • Install protobuf: go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
  • Install protoc-gen-gotemplate: go get -u github.com/moul/protoc-gen-gotemplate

License

MIT