summaryrefslogtreecommitdiff
path: root/src/guuid.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* re s/guuid/uuid/gEuAndreh2025-05-031-102/+0
* 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