Update README.md

This commit is contained in:
Manfred Touron 2016-12-15 17:49:18 +01:00 committed by GitHub
parent 9cde3288ea
commit 5b8c9e93dc

View File

@ -1,4 +1,4 @@
# protoc-gen-gotemplate
# `protoc-gen-gotemplate`
:open_file_folder: protocol generator + golang text/template (protobuf)
Generic protocol buffer generator backed by Golang's [text/template](https://golang.org/pkg/text/template).
@ -52,16 +52,16 @@ Non-exhaustive list of new helpers:
See the project helpers for the complete list.
## Projects using protoc-gen-gotemplate
* [moul/translator](https://github.com/moul/translator): Translator Micro-service using Gettext and Go-Kit
## 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`
## Projects using `protoc-gen-gotemplate`
* [moul/translator](https://github.com/moul/translator): Translator Micro-service using Gettext and Go-Kit
## License
MIT