diff options
author | EuAndreh <eu@euandre.org> | 2024-09-12 16:13:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-13 05:19:32 -0300 |
commit | 1e62da79d8c61cee0a13df4e16a349ca9bae383c (patch) | |
tree | 43d975c5c2407c2513c317eed4ed26343a24f517 /tests/main.go | |
parent | Initial empty commit (diff) | |
download | uuid-1e62da79d8c61cee0a13df4e16a349ca9bae383c.tar.gz uuid-1e62da79d8c61cee0a13df4e16a349ca9bae383c.tar.xz |
Initial version of v4 UUID
Diffstat (limited to 'tests/main.go')
-rw-r--r-- | tests/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
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() +} |