summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/uuid.go: Use envT in run()EuAndreh2025-05-151-9/+24
* Revamp i18n: use gotextEuAndreh2025-05-141-5/+10
* Support UUIDv7, with -vN for choosingEuAndreh2025-05-071-13/+158
* Add standalone uuid(1) utilityEuAndreh2025-05-042-0/+23
* re s/guuid/uuid/gEuAndreh2025-05-031-4/+4
* Makefile: Simplify variable namesEuAndreh2025-01-151-1/+3
* tests/guuid.go: Add test for panic inside New()EuAndreh2025-01-141-8/+8
* src/guuid.go: Remove NewBytes()EuAndreh2024-10-191-5/+0
* src/guuid.go: Remove "uuid" prefix from constantsEuAndreh2024-09-281-8/+8
* src/guuid.go: Rename XxxError to ErrXxxEuAndreh2024-09-281-9/+6
* src/guuid.go: Add NewBytes() functionEuAndreh2024-09-221-0/+5
* src/guuid.go: Export UUIDByteCountEuAndreh2024-09-161-4/+4
* Initial version of v4 UUIDEuAndreh2024-09-131-0/+103