Files
config/definition/generate/render/errors.go
andrey 449f3d763d
All checks were successful
Go Action / goaction (pull_request) Successful in 30s
Go Action / goaction (push) Successful in 38s
update formater linter
2025-12-26 14:34:30 +03:00

6 lines
75 B
Go

package render
import "errors"
var ErrNotFound = errors.New("not found")