Skip to content

Commit 0995e94

Browse files
committed
#### Version 1.5.3
* New feature: HttpServer add Validator which be called by Context.Validate() * New feature: Context add Validate(interface{}) used to validate data with HttpServer::Validator * Update: use routerExpressSplit replace "_" when padding data to Router::RouterExpress * 2018-07-12 12:00
1 parent eaa2fd4 commit 0995e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package dotweb
22

33
import "errors"
44

5-
// ErrValidatorNotRegistered
5+
// ErrValidatorNotRegistered error for not register Validator
66
var ErrValidatorNotRegistered = errors.New("validator not registered")

0 commit comments

Comments
 (0)