Add a go.mod file (#123)

This commit is contained in:
John Barton
2020-11-11 14:54:56 +11:00
committed by GitHub
parent aa035a1808
commit 65218afbaa

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/joho/godotenv
go 1.12