repochecker/ip-inspector: gofmt + CI
This commit is contained in:
parent
f1a2e6c360
commit
83be5595ba
5 changed files with 12 additions and 16 deletions
|
|
@ -4,10 +4,6 @@ import (
|
|||
"srs.epita.fr/fic-server/admin/sync"
|
||||
)
|
||||
|
||||
var hooks *sync.CheckHooks
|
||||
|
||||
func RegisterChecksHooks(h *sync.CheckHooks) {
|
||||
hooks = h
|
||||
|
||||
h.RegisterFileHook(InspectFileForIPAddr)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue