Update readme.md (#2748)

master
Kevin Wan 2 years ago committed by GitHub
parent 42413dc294
commit 28f1b15b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,7 @@ goctl migrate —verbose —version v1.4.3
```go
type (
Request {
Name string `path:"name,options=you|me"` // parameters are auto validated
Name string `path:"name,options=[you,me]"` // parameters are auto validated
}
Response {

Loading…
Cancel
Save