upgrade deps
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 3m25s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 31s

This commit is contained in:
matst80
2025-10-10 07:21:50 +00:00
parent 4c973b239f
commit 2697832d98
7 changed files with 294 additions and 141 deletions

View File

@@ -385,6 +385,7 @@ func main() {
done <- true
}()
log.Print("Server started at port 8080")
go http.ListenAndServe(":8080", mux)
<-done