package arp import "errors" var ( ErrNotFound = errors.New("not found") ErrIfaceNotFound = errors.New("iface not found") )