We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634c9fc commit aec0531Copy full SHA for aec0531
commit.go
@@ -29,9 +29,9 @@ import (
29
"github.com/shurcooL/octicon"
30
"github.com/shurcooL/users"
31
"github.com/sourcegraph/annotate"
32
+ "github.com/sourcegraph/go-diff/diff"
33
"golang.org/x/net/html"
34
"golang.org/x/net/html/atom"
- "sourcegraph.com/sourcegraph/go-diff/diff"
35
)
36
37
// commitHandler is a handler for displaying a commit of a git repository.
0 commit comments