diff options
| author | Shulhan <ms@kilabit.info> | 2024-06-08 23:33:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-06-08 23:33:09 +0700 |
| commit | a36f12356cdceda9e437ebf50bea1f370b25c716 (patch) | |
| tree | 859d2b0dd773d9f8009f40554c825bf0287565f8 /go.mod | |
| parent | da42a48ebec77232a90723a2dd35441402998b11 (diff) | |
| download | gorankusu-a36f12356cdceda9e437ebf50bea1f370b25c716.tar.xz | |
all: use [route.Path] to generate parameters
Using [route.String] does not works if the parameter can be empty,
while [route.Path] replace all keys and return the path as is.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ go 1.21 require ( git.sr.ht/~shulhan/ciigo v0.13.0 - git.sr.ht/~shulhan/pakakeh.go v0.55.0 + git.sr.ht/~shulhan/pakakeh.go v0.55.1-0.20240608161152-274ef1036f8a github.com/tsenart/vegeta/v12 v12.11.1 golang.org/x/tools v0.22.0 ) |
