yuid

A small, unique, URL-safe ID generator written in Go.
git clone git://git.lair.cx/yuid
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-08-26 15:54fix: Fix typoYongbin Kim1+2-2
2023-08-26 15:53feat: Add From(String|Bytes) functionYongbin Kim1+19-0
2023-08-26 13:55fix: Rename `Now` function to `timeNow` (to make function private)Yongbin Kim1+2-2
2023-08-26 12:17feat: Add ID.String() methodYongbin Kim1+4-0
2023-08-24 23:20First CommitYongbin Kim9+288-0