We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc5ee commit 0215b84Copy full SHA for 0215b84
_examples/full/main.go
@@ -64,7 +64,7 @@ func main() {
64
}
65
fmt.Printf("Decoded:%+v\n\n", user)
66
67
- // great not lets conform our values, after all a human input the data
+ // great now lets conform our values, after all a human input the data
68
// nobody's perfect
69
err = conform.Struct(context.Background(), &user)
70
if err != nil {
0 commit comments