6 lines
77 B
Go
6 lines
77 B
Go
package adapters
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("not found")
|