[Golang] Validate trong golang và echo framework.
Chúng ta sẽ tham khảo ví dụ sau:https://github.com/go-playground/validator/blob/master/_examples/translations/main.go Mục đích ở đây chúng ta custom lại message mà chúng ta trả về khi mà chúng ta validate 1 value nào đó.Chúng ta học theo translateOverride(trans) Mặc định thì validate trả về message như link sau: https://github.com/go-playground/validator/blob/master/translations/en/en.go#L26-L30 Mình muốn custom lại là:translation: “{0} trường này là…
Read More “[Golang] Validate trong golang và echo framework.” »