Stripped lots of boilerplate prepare for minimal test branch

This commit is contained in:
Jonas Hahn
2025-08-22 18:53:33 +02:00
parent 6f53cddf6c
commit 19e4834a9e
10 changed files with 11 additions and 219 deletions

View File

@@ -1,9 +0,0 @@
package main
import (
app "gitlab.gwdg.de/qrank/qrank/src"
)
func main() {
app.App()
}

View File

@@ -1,8 +0,0 @@
package main
import (
"testing"
)
// Dummy main function for testing
func TestMain(t *testing.T) {}