v1.8.0
版本发布时间: 2020-08-23 04:49:33
gorilla/mux最新发布版本:v1.8.1(2023-11-05 10:14:50)
v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*})
will now correctly capture the port into mux.Vars
.
CHANGELOG
- fix: regression in vars extract for wildcard host (#579) @harshavardhana
- Remove stale text from comment. (#568) @EricIO