Skip to content

Commit

Permalink
Fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Jul 3, 2019
1 parent b969d9c commit c9e7fc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions exp/ingest/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ func useAdapter() {
s := lrc.GetSequence()
fmt.Println("lrc sequence:", s)

h, err := lrc.GetHeader()
if err != nil {
log.Fatal(err)
}
h := lrc.GetHeader()
fmt.Println("lrc header:", h)

for {
Expand Down

0 comments on commit c9e7fc7

Please sign in to comment.