summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorMDK <[email protected]>2023-06-16 18:55:18 +0800
committerMDK <[email protected]>2023-06-16 19:33:03 +0800
commitb59fbce07cef9ae72e8d1f2804f58de2c1fa8d4f (patch)
treeb434967424a40a0b58ec0abf6fe935b7e49342c9 /main.go
parent9e4182bced099db56ddf0ddbfe33ab67b77a4215 (diff)
initial commit
Diffstat (limited to 'main.go')
-rw-r--r--main.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..e422189
--- /dev/null
+++ b/main.go
@@ -0,0 +1,11 @@
+/*
+Copyright © 2023 NAME HERE <EMAIL ADDRESS>
+
+*/
+package main
+
+import "dtool/cmd"
+
+func main() {
+ cmd.Execute()
+}