Skip to content

Commit b04ab0d

Browse files
committed
named import
1 parent ddd9c4d commit b04ab0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patrol/patrol_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"testing"
1212
"time"
1313

14-
"github.com/go-git/go-git/v5"
14+
git "github.com/go-git/go-git/v5"
1515
"github.com/go-git/go-git/v5/plumbing/object"
1616
"github.com/stretchr/testify/assert"
1717
"github.com/stretchr/testify/require"

patrol/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"path/filepath"
1010
"strings"
1111

12-
"github.com/go-git/go-git/v5"
12+
git "github.com/go-git/go-git/v5"
1313
"github.com/go-git/go-git/v5/plumbing"
1414
"golang.org/x/mod/modfile"
1515
)

0 commit comments

Comments
 (0)