From f5187787c58670e80884078bd8eca5335e5b37e7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 4 May 2025 09:12:26 -0300 Subject: Add standalone uuid(1) utility --- src/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.go (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..d3c7f21 --- /dev/null +++ b/src/main.go @@ -0,0 +1,7 @@ +package main + +import "uuid" + +func main() { + uuid.Main() +} -- cgit v1.2.3