mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +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