Git template for a go webserver with git actions to build a docker image
Go to file Use this template
Nathan Woodburn 7732ea1462
Some checks failed
Build Docker / BuildSite (push) Failing after 32s
fix: Add go get to dockerfile
2024-06-20 20:48:52 +10:00
.gitea/workflows feat: Finish auto naming 2024-06-17 15:58:50 +10:00
templates feat: Add env to go template 2024-06-19 22:41:15 +10:00
.env.example feat: Add env to go template 2024-06-19 22:41:15 +10:00
.gitignore feat: Add env to go template 2024-06-19 22:41:15 +10:00
Dockerfile fix: Add go get to dockerfile 2024-06-20 20:48:52 +10:00
go.mod feat: Add env to go template 2024-06-19 22:41:15 +10:00
go.sum feat: Add env to go template 2024-06-19 22:41:15 +10:00
main.go feat: Add env to go template 2024-06-19 22:41:15 +10:00
README.md Initial commit 2024-06-17 14:38:22 +10:00

Go Webserver template