mirror of https://github.com/gofiber/fiber.git
parent
69e5ccdd22
commit
6a5d81d4c9
2
path.go
2
path.go
|
@ -58,7 +58,7 @@ const (
|
|||
paramConstraintSeparator byte = ';' // separator of type constraints for a parameter
|
||||
paramConstraintDataStart byte = '(' // start of data of type constraint for a parameter
|
||||
paramConstraintDataEnd byte = ')' // end of data of type constraint for a parameter
|
||||
paramConstraintDataSeparator byte = ',' // separator of datas of type constraint for a parameter
|
||||
paramConstraintDataSeparator byte = ',' // separator of data of type constraint for a parameter
|
||||
)
|
||||
|
||||
// TypeConstraint parameter constraint types
|
||||
|
|
Loading…
Reference in New Issue