Skip to content

Commit 1201fea

Browse files
authored
README: go get -u flag for gogofaster
1 parent ceac147 commit 1201fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Should you need to re-generate the protobuf generated code in the `msg` package,
9393

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

96-
go get github.com/gogo/protobuf/protoc-gen-gogofaster
96+
go get -u github.com/gogo/protobuf/protoc-gen-gogofaster
9797

9898
Make sure both are inside your `PATH` variable.
9999

0 commit comments

Comments
 (0)