add go.mod back

This commit is contained in:
Harvey Tindall 2020-09-24 17:55:09 +01:00
parent 62543cd0be
commit 84fb69d440
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -20,4 +20,5 @@ pkg/
old/
version.go
notes
docs/
docs/*
!docs/go.mod

3
docs/go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/hrfee/jfa-go/docs
go 1.15