From 5b8c9e93dcdd33f291ffdd917f5605ba139b0bc0 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Thu, 15 Dec 2016 17:49:18 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65dec04..d1deda7 100644 --- a/README.md +++ b/README.md @@ -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