Files
qrank/cmd/main_test.go

9 lines
103 B
Go

package main
import (
"testing"
)
// Dummy main function for testing
func TestMain(t *testing.T) {}