summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-15src/uuid.go: Use envT in run()EuAndreh1-9/+24
2025-05-14Revamp i18n: use gotextEuAndreh1-5/+10
2025-05-07Support UUIDv7, with -vN for choosingEuAndreh1-13/+158
2025-05-04Add standalone uuid(1) utilityEuAndreh2-0/+23
2025-05-03re s/guuid/uuid/gEuAndreh1-4/+4
2025-01-15Makefile: Simplify variable namesEuAndreh1-1/+3
2025-01-14tests/guuid.go: Add test for panic inside New()EuAndreh1-8/+8
2024-10-19src/guuid.go: Remove NewBytes()EuAndreh1-5/+0
2024-09-28src/guuid.go: Remove "uuid" prefix from constantsEuAndreh1-8/+8
2024-09-28src/guuid.go: Rename XxxError to ErrXxxEuAndreh1-9/+6
2024-09-22src/guuid.go: Add NewBytes() functionEuAndreh1-0/+5
2024-09-16src/guuid.go: Export UUIDByteCountEuAndreh1-4/+4
2024-09-13Initial version of v4 UUIDEuAndreh1-0/+103