mirror of
https://gitee.com/gitea/gitea
synced 2025-11-16 14:30:25 +08: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