mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
10 lines
308 B
Go
10 lines
308 B
Go
// Package all imports all of the standard checker types.
|
|
package all
|
|
|
|
import (
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/headerexists"
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/headermatches"
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/path"
|
|
_ "github.com/TecharoHQ/anubis/lib/checker/remoteaddress"
|
|
)
|