Update readme.md (#2748)

This commit is contained in:
Kevin Wan
2023-01-03 23:14:39 +08:00
committed by GitHub
parent 42413dc294
commit 28f1b15b8e

View File

@@ -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 {