From 1e62da79d8c61cee0a13df4e16a349ca9bae383c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 Sep 2024 16:13:11 -0300 Subject: Initial version of v4 UUID --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..b803727 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "guuid" + +func main() { + guuid.MainTest() +} -- cgit v1.2.3