summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorayyansea <ayyansea@gmail.com>2024-11-15 23:15:00 +0300
committerayyansea <ayyansea@gmail.com>2024-11-15 23:15:00 +0300
commitc0d7adb1a1b28b6b1de9ccd95d4963a8342ccdbc (patch)
tree1de133ef28e1f846e58bdaa49beb17dd1857424c /main.go
parentcc7f4da0796fbd76301173dede6791f4525bf8e0 (diff)
feat: add Filters
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..10c5c9a
--- /dev/null
+++ b/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "uptfs/cmd"
+
+func main() {
+ cmd.Run()
+}