Create go.mod

Define this module by linking to its repo (panr's) and stating a minimum required version of go.
This commit is contained in:
Kieran McGuire 2021-06-16 16:04:15 +01:00
parent ca1cc0c391
commit cc64db1296

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/panr/hugo-theme-terminal
go 1.15