From 94064139caaa76677ae91cdd79ed4f11ede9b9d8 Mon Sep 17 00:00:00 2001 From: risotto Date: Sun, 29 Dec 2024 04:02:23 -0700 Subject: [PATCH] init repo --- README.md | 3 +++ go.mod | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 go.mod diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa2c80d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Bivouac CLI + +> CLI only, non-service, synchronous commands diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8ea61c5 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.bivouac.wiki/bivouac/cli + +go 1.22.5