mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-04 23:31:34 +00:00
rename fields
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
IdNotExist = errors.New("sha1 id not exist")
|
||||
IDNotExist = errors.New("sha1 ID does not exist")
|
||||
)
|
||||
|
||||
type sha1 [20]byte
|
||||
|
Reference in New Issue
Block a user