Skip to content

Commit 5bcd0c0

Browse files
committed
Fixed go get gogofaster not being a code-block
1 parent b749278 commit 5bcd0c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ Should you need to re-generate the protobuf generated code in the `msg` package,
105105

106106
- And `protoc-gen-gogofaster` from [gogoprotobuf](https://github.com/gogo/protobuf) to generate code for go.
107107

108-
go get -u github.com/gogo/protobuf/protoc-gen-gogofaster
108+
go get -u github.com/gogo/protobuf/protoc-gen-gogofaster
109+
110+
[//]: # "The go get above needs two tabs so it's displayed as a) as part of the last list entry and b) as a code-block"
111+
[//]: # "Oh and don't try to move these comments above it either"
109112

110113
Make sure both are inside your `PATH` variable.
111114

0 commit comments

Comments
 (0)