Go to file
2021-05-31 14:36:22 +08:00
go.mod init project 2021-05-16 12:00:18 +08:00
go.sum init project 2021-05-16 12:00:18 +08:00
LICENSE init project 2021-05-16 12:00:18 +08:00
query_test.go init project 2021-05-16 12:00:18 +08:00
query.go Change query 2021-05-31 14:36:22 +08:00
README.md init project 2021-05-16 12:00:18 +08:00

query

query is a tool to get value from the request url

Installation

go get gitea.com/lunny/query

Usage

id := GetQuery(req).MustInt64("query_id)