Skip to content

Commit

Permalink
Updated constant for FirstOffset with correct type (#368)
Browse files Browse the repository at this point in the history
Closes #367
  • Loading branch information
anandsinghkunwar authored and Achille committed Oct 21, 2019
1 parent 5e37e04 commit 80057ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
LastOffset int64 = -1 // The most recent offset available for a partition.
FirstOffset = -2 // The least recent offset available for a partition.
FirstOffset int64 = -2 // The least recent offset available for a partition.
)

const (
Expand Down

0 comments on commit 80057ad

Please sign in to comment.