Explorar el Código

Update readme.md (#2748)

Kevin Wan hace 2 años
padre
commit
28f1b15b8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      readme.md

+ 1 - 1
readme.md

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