package git import ( "testing" ) func TestGitHandler(t *testing.T) { dir := t.TempDir() _ = GitHttpBackendHandler(dir, "git http-backend") }