mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-24 13:18:54 +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