containerized; first fixes; html templates added

This commit is contained in:
$(pass /github/name)
2024-07-03 21:27:50 +02:00
parent 96f008d67e
commit 905a0ac6dc
13 changed files with 342 additions and 14 deletions

View File

@@ -1,8 +1,12 @@
package main
import "GoMembership/internal/server"
import (
"GoMembership/internal/server"
"log"
)
func main() {
log.Println("startup...")
server.Run()
}