Skip to content

1.1.0

Compare
Choose a tag to compare
@unknwon unknwon released this 25 Feb 12:32
· 4 commits to master since this release
1fa49ad
binding: support parse URL parameters into struct fields (#32)

* bind data support args in url

support args in url like '/apth/:ID ' can be bind into struct

* add URL() for binding data from url

add URL() for binding data from url

* Update binding.go

* Update go.mod

* Update binding.go

* Update binding.go

Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>