mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
Update to version 8.5.5 | Read HISTORY.md
Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
This commit is contained in:
@@ -125,7 +125,7 @@ func (r RequestParams) GetInt64(key string) (int64, error) {
|
||||
|
||||
// GetFloat64 returns a path parameter's value based as float64 on its route's dynamic path key.
|
||||
func (r RequestParams) GetFloat64(key string) (float64, error) {
|
||||
return strconv.ParseFloat(r.Get(key), 64)
|
||||
return r.store.GetFloat64(key)
|
||||
}
|
||||
|
||||
// GetBool returns the path parameter's value as bool, based on its key.
|
||||
|
||||
Reference in New Issue
Block a user