This commit is contained in:
2024-04-02 14:36:18 +03:00
parent 7a865dcf1d
commit 9aa1216a15
26 changed files with 108 additions and 117 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ package gin
import (
"log"
"github.com/gin-gonic/gin/binding"
"git.company.lan/gopkg/gin/binding"
)
// BindWith binds the passed struct pointer using the specified binding engine.