aboutsummaryrefslogtreecommitdiff
path: root/lib/uuidv7/example_test.go
AgeCommit message (Collapse)Author
9 dayslib/uuidv7: add suffix Func to Now and RandShulhan
Using Func suffix to function variable is common coding styles in Go.
9 dayslib/uuidv7: remove the v7 suffix from typeShulhan
Adding suffix version to the type seems not right (and also mouthful to read) since the package already defines the version of UUID.