From 1178c657e0cbf55d528cc4527370bb12feabeaf9 Mon Sep 17 00:00:00 2001 From: AKP Date: Sat, 18 Nov 2023 17:06:53 +0000 Subject: [PATCH] Alter 2 files Add `README.md` Add `go.mod` --- README.md | 1 + go.mod | 3 +++ 2 files changed, 4 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..8b13789 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ + diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e3064c9 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.tdpain.net/codemicro/kindle-dashboard + +go 1.21.4