Skip to content

Commit

Permalink
all: imp code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Jun 14, 2024
1 parent 232b207 commit 6014ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ipset/ipset.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6014ea1

Please sign in to comment.