Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 222 Bytes

Chapter 6

go test -cover

go test -bench .

go test -v -fuzz=Fuzz

Chapter 7

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

protoc --go_out=. --go_opt=paths=source_relative ch7/proto/*