2024-10-11 19:27:29 +00:00

8 lines
105 B
Go

package routing
import (
"errors"
)
var ErrLinkDefaultNotFound = errors.New("default link not found")