Skip to content

Commit 8e8c0a6

Browse files
author
Aaron Schlesinger
committed
fix(sha.go): remove unused unexported package var
1 parent a093df5 commit 8e8c0a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/gitreceive/git/sha.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
const (
99
// this constant represents the length of a shortened git sha - 8 characters long
1010
shortShaIdx = 8
11-
fullShaLen = 40
1211
)
1312

1413
var shaRegex = regexp.MustCompile(`^[\da-f]{40}$`)

0 commit comments

Comments
 (0)