repochecker/ip-inspector: gofmt + CI

This commit is contained in:
nemunaire 2022-11-10 16:14:02 +01:00
commit 83be5595ba
5 changed files with 12 additions and 16 deletions

View file

@ -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)
}