oklog / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to upgrade?

ivanjaros opened this issue · comments

When I fetch the v2 version my code keeps pointing to 1.3.1 version but the latest version seems to be 2.1.0

You have to change your import statements to

import "github.com/oklog/ulid/v2"

Does that fix it?

ah, i see. ok, thanks.