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 861ffb9 commit 990c44aCopy full SHA for 990c44a
deprecated.go
@@ -12,6 +12,8 @@ import (
12
13
// BindWith binds the passed struct pointer using the specified binding engine.
14
// See the binding package.
15
+//
16
+// Deprecated: Use MustBindWith or ShouldBindWith.
17
func (c *Context) BindWith(obj any, b binding.Binding) error {
18
log.Println(`BindWith(\"any, binding.Binding\") error is going to
19
be deprecated, please check issue #662 and either use MustBindWith() if you
0 commit comments