go-webserver-template/go.mod
Nathan Woodburn 75c2becc40
Some checks failed
Build Docker / BuildSite (push) Failing after 25s
feat: Add env to go template
2024-06-19 22:41:15 +10:00

6 lines
112 B
Modula-2

module git.woodburn.au/nathanwoodburn/go-webserver-template
go 1.21.3
require github.com/joho/godotenv v1.5.1