summaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-12 16:13:11 -0300
committerEuAndreh <eu@euandre.org>2024-09-13 05:19:32 -0300
commit1e62da79d8c61cee0a13df4e16a349ca9bae383c (patch)
tree43d975c5c2407c2513c317eed4ed26343a24f517 /tests/main.go
parentInitial empty commit (diff)
downloaduuid-1e62da79d8c61cee0a13df4e16a349ca9bae383c.tar.gz
uuid-1e62da79d8c61cee0a13df4e16a349ca9bae383c.tar.xz
Initial version of v4 UUID
Diffstat (limited to 'tests/main.go')
-rw-r--r--tests/main.go7
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()
+}