Skip to content

Commit 986e60e

Browse files
authored
*: remove unused unexported const (go-git#286)
This is never used in the code, and not available publicly, so safe to remove.
1 parent e616e9b commit 986e60e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package git
22

33
import "strings"
44

5-
const defaultDotGitPath = ".git"
6-
75
// countLines returns the number of lines in a string à la git, this is
86
// The newline character is assumed to be '\n'. The empty string
97
// contains 0 lines. If the last line of the string doesn't end with a

0 commit comments

Comments
 (0)