More MixedCase consts
This commit is contained in:
parent
80eea77953
commit
0b62aeb495
4 changed files with 9 additions and 9 deletions
|
@ -76,7 +76,7 @@ type HookEvent struct {
|
|||
type HookStatus int
|
||||
|
||||
const (
|
||||
HOOK_STATUS_NONE = iota
|
||||
HookStatusNone = iota
|
||||
HookStatusSucceed
|
||||
HookStatusFail
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue