Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-01-20 10:25:40 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-01-20 10:25:40 +0300
commita10ccb2dd5a36e557031d8cc72093d69f1deef38 (patch)
treea298719ee7606ae179db21d57b0431ba8012a2f4
parentde1a4afb99bfd7c399f6c28faa01aea2f72c16c2 (diff)
Add go.mod20210120
-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 0000000..5900aa6
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/funkydan2/hugo-kiera
+
+go 1.15