Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 131 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 131 Bytes

Buzz Go Validator

schema := buzz.Schema[User](
	buzz.UUID("id"),
	buzz.String("email").Email(),
)

Extend

Pick

Omit