First not working app skeleton with nix support and dependency setup and generated logo not final structure
This commit is contained in:
9
cmd/main.go
Normal file
9
cmd/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
app "gitlab.gwdg.de/qrank/qrank/src"
|
||||
)
|
||||
|
||||
func main() {
|
||||
app.App()
|
||||
}
|
||||
8
cmd/main_test.go
Normal file
8
cmd/main_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// Dummy main function for testing
|
||||
func TestMain(t *testing.T) {}
|
||||
Reference in New Issue
Block a user