From cc64db129669cde65a3eb691efbf286ca039b315 Mon Sep 17 00:00:00 2001 From: Kieran McGuire Date: Wed, 16 Jun 2021 16:04:15 +0100 Subject: [PATCH] Create go.mod Define this module by linking to its repo (panr's) and stating a minimum required version of go. --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c974f16 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/panr/hugo-theme-terminal + +go 1.15