all: imp code

This commit is contained in:
Dimitry Kolyshev 2024-06-14 08:30:30 +03:00
parent 232b207d8d
commit 6014ea1e91

View File

@ -23,7 +23,7 @@ type Manager interface {
// DOMAIN[,DOMAIN].../IPSET_NAME[,IPSET_NAME]...
//
// If ipsetConf is empty, msg and err are nil. The error's chain contains
// [errors.UnsupportedError] if current OS is not supported.
// [errors.ErrUnsupported] if current OS is not supported.
func NewManager(ipsetConf []string) (mgr Manager, err error) {
if len(ipsetConf) == 0 {
return nil, nil