aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-07-09 15:39:40 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-07-09 15:39:40 +0900
commit491cc16d53c897908244606bc0d77a6ace8c22a1 (patch)
treea26dc0f5386ad3b21e3d6e24961b26548b8235da /go.mod
cli: parse and resolve flags
Copy all flags from upstream. The machinectl flag is dropped as it does nothing. the flag package is used to reduce complexity since we do not care about compatibility with upstream. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 00000000..c3d79715
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.ophivana.moe/cat/ego
+
+go 1.22