From 6014ea1e919ea685475561e4a46284847f67ac99 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Fri, 14 Jun 2024 08:30:30 +0300 Subject: [PATCH] all: imp code --- internal/ipset/ipset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ipset/ipset.go b/internal/ipset/ipset.go index 6e68662d6db..44f519f1f8c 100644 --- a/internal/ipset/ipset.go +++ b/internal/ipset/ipset.go @@ -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