mirror of
https://github.com/Bornholm/formidable.git
synced 2024-12-25 16:29:34 +01:00
6 lines
103 B
Go
6 lines
103 B
Go
|
package data
|
||
|
|
||
|
import "github.com/pkg/errors"
|
||
|
|
||
|
var ErrHandlerNotFound = errors.New("handler not found")
|