1 2 3 4 5 6 7 8 9 10 11
package git import ( "testing" ) func TestGitHandler(t *testing.T) { dir := t.TempDir() _ = GitHttpBackendHandler(dir, "git http-backend") }