From f1524db2c9d935daabd3b1557caf54fbdd63dde5 Mon Sep 17 00:00:00 2001 From: axtloss Date: Mon, 5 Feb 2024 15:29:21 +0100 Subject: verifysetup storage reader --- verifysetup/main.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 verifysetup/main.go (limited to 'verifysetup/main.go') diff --git a/verifysetup/main.go b/verifysetup/main.go new file mode 100644 index 0000000..2c1bd69 --- /dev/null +++ b/verifysetup/main.go @@ -0,0 +1,13 @@ +package main + +import ( + "github.com/axtloss/fsverify/verifysetup/cmd" +) + +var ( + Version = "0.1.0" +) + +func main() { + cmd.Execute() +} -- cgit v1.2.3