new stuff!

This commit is contained in:
2026-04-26 15:18:55 -06:00
parent b0946e6ed7
commit 299947e536
7 changed files with 492 additions and 12 deletions
+4 -1
View File
@@ -257,5 +257,8 @@ func main() {
fmt.Printf("Started on port %s\n", port)
http.ListenAndServe(":"+port, nil)
err = http.ListenAndServe(":"+port, nil)
if err != nil {
log.Fatal(err)
}
}