Skip to content

Commit

Permalink
Update ulid.go
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon authored Apr 13, 2024
1 parent 0252a33 commit b862d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ulid.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ var (
// into the ULID.
ErrScanValue = errors.New("ulid: source value must be a string or byte slice")

// Nil is an empty ULID, all zeros, useful when comparing nil ULIDs
Nil ULID
// Zero is a zero-value ULID.
Zero ULID
)

// MonotonicReader is an interface that should yield monotonically increasing
Expand Down

0 comments on commit b862d24

Please sign in to comment.