Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to sourcegraph vcs/git backend.
  • Loading branch information
dmitshur committed Aug 12, 2017
1 parent 6bdb5ed commit 7a376b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 229/main.go
Expand Up @@ -12,10 +12,9 @@ import (
"github.com/dustin/go-humanize"

"sourcegraph.com/sourcegraph/go-vcs/vcs"
gogit "sourcegraph.com/sourcegraph/go-vcs/vcs/git"
"sourcegraph.com/sourcegraph/go-vcs/vcs/gitcmd"

gogit "github.com/shazow/go-vcs/vcs/git"

"github.com/shurcooL/play/229/vcs/git"
)

Expand Down Expand Up @@ -78,6 +77,10 @@ func main() {
// TIMING: /net/http: 12.187826555s
// TIMING: /net/http: 1.289728148s
// TIMING: /net/http: 497.956958ms

// TIMING: /github.com/google/go-github/github: 10.356989166s
// TIMING: /github.com/google/go-github/github: 2.967798226s
// TIMING: /github.com/google/go-github/github: 688.446594ms
}

func runDisk(dir string) error {
Expand Down

0 comments on commit 7a376b4

Please sign in to comment.