Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Nov 8, 2023
1 parent d12ff02 commit 209d084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# go-dnstap-protobuf

Dnstap Protocol Buffers encoder and decoder implementation in Golang.
This library is based on the following [protocol buffers schema](https://raw.githubusercontent.com/dnstap/dnstap.pb/master/dnstap.proto).
This library is based on the following [protocol buffers schema](https://raw.githubusercontent.com/dnstap/dnstap.pb/master/dnstap.proto) / https://github.com/dnstap/dnstap.pb .


## Installation

Expand Down Expand Up @@ -119,4 +120,4 @@ Generate protobuf file
bin/protoc --proto_path=. --go_out=. --go_opt=paths=source_relative --plugin protoc-gen-go=${GOBIN}/protoc-gen-go dnstap.proto
```

Rename the dnstap.pb.go file to dnstap.go
Rename the dnstap.pb.go file to dnstap.go

0 comments on commit 209d084

Please sign in to comment.