migrated the webserver to go to keep my sanity

closes #12 #2
This commit is contained in:
odweta
2026-08-11 19:27:09 +02:00
parent e56ddc461b
commit 7ae0781430
608 changed files with 456 additions and 64005 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/bash
go build -o app && rm -fr app && echo "build test passed" || echo "build test FAILED!"