Fix broken Markdown headings in examples/gotutorial.md (#1189)

This commit is contained in:
Santiago Castro 2017-04-18 14:54:52 -03:00 committed by Menghan Li
parent 955c867061
commit 6914ab1e33
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#gRPC Basics: Go
# gRPC Basics: Go
This tutorial provides a basic Go programmer's introduction to working with gRPC. By walking through this example you'll learn how to: