Skip to content

Commit

Permalink
Added link to presentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Khabarov committed Nov 9, 2019
1 parent f1ec6a7 commit 8ef4846
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Transformation function generator for gRPC.

[![Build Status](https://travis-ci.com/bold-commerce/protoc-gen-struct-transformer.svg?branch=master)](https://travis-ci.com/bold-commerce/protoc-gen-struct-transformer)
[![GoDoc](https://godoc.org/github.com/bold-commerce/protoc-gen-struct-transformer?status.svg)](https://godoc.org/github.com/bold-commerce/protoc-gen-struct-transformer)
[![GoDoc](https://godoc.org/github.com/bold-commerce/protoc-gen-struct-transformer?status.svg)](https://godoc.org/github.com/bold-commerce/protoc-gen-struct-transformer)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bold-commerce/protoc-gen-struct-transformer?sort=semver)](https://github.com/bold-commerce/protoc-gen-struct-transformer/releases)
[![BSD-3-Clause](https://img.shields.io/github/license/bold-commerce/protoc-gen-struct-transformer)](./LICENSE)

<!-- vim-markdown-toc GitHub -->

* [Quick presentation](#quick-presentation)
* [Overview](#overview)
* [How to use](#how-to-use)
* [Install](#install)
Expand All @@ -17,6 +18,9 @@

<!-- vim-markdown-toc -->

## Quick presentation
[Speakerdeck](https://speakerdeck.com/ekhabarov/protoc-gen-struct-transformer)

## Overview
[Protocol buffers complier](https://github.com/protocolbuffers/protobuf) `protoc` generated structures based on message
definition in `*.proto` file. It's possible to use these generated structures
Expand Down

0 comments on commit 8ef4846

Please sign in to comment.