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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
go.mod Normal file
View File

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