Problems with # in route matching
Author: DoLolitingyuCreated Apr 17, 2020Updated Jan 16, 2023
LIke: m.Get("/hello/**", func(params martini.Params) string { return "Hello " + params["_1"] })
Enter when I visit “/hello/test#test”, It's return 404. I want to know # is treated as something else? Thank you ^-^
Source: go-martini/martini