All checks were successful
Go Action / goaction (push) Successful in 29s
Reviewed-on: #12
6 lines
75 B
Go
6 lines
75 B
Go
package render
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("not found")
|