Stripped lots of boilerplate prepare for minimal test branch
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
app "gitlab.gwdg.de/qrank/qrank/src"
|
||||
)
|
||||
|
||||
func main() {
|
||||
app.App()
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// Dummy main function for testing
|
||||
func TestMain(t *testing.T) {}
|
||||
Reference in New Issue
Block a user