// Package all imports all of the standard checker types. package all import ( _ "github.com/TecharoHQ/anubis/lib/checker/expression" _ "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" )