More MixedCase consts

This commit is contained in:
Sandro Santilli 2016-11-07 17:08:21 +01:00
parent 80eea77953
commit 0b62aeb495
4 changed files with 9 additions and 9 deletions

View file

@ -76,7 +76,7 @@ type HookEvent struct {
type HookStatus int
const (
HOOK_STATUS_NONE = iota
HookStatusNone = iota
HookStatusSucceed
HookStatusFail
)