From e5df4463eaf837877617c4fa6b16fc6da3f6e180 Mon Sep 17 00:00:00 2001 From: Stefan M Date: Fri, 16 Aug 2019 13:00:29 +0200 Subject: [PATCH] Add empty line. Otherwise it aren't generated as bullet points --- content/docs/tutorials/basic/go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/tutorials/basic/go.md b/content/docs/tutorials/basic/go.md index 15b8507..65f553d 100644 --- a/content/docs/tutorials/basic/go.md +++ b/content/docs/tutorials/basic/go.md @@ -158,6 +158,7 @@ Running this command generates the following file in the `routeguide` directory - `route_guide.pb.go` This contains: + - All the protocol buffer code to populate, serialize, and retrieve our request and response message types - An interface type (or *stub*) for clients to call with the methods defined in