- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NewURLValues (0.46 sec)
-
internal/grid/types.go
type URLValues map[string][]string var urlValuesPool = bpool.Pool[map[string][]string]{ New: func() map[string][]string { return make(map[string][]string, 10) }, } // NewURLValues returns a new URLValues. func NewURLValues() *URLValues { u := URLValues(urlValuesPool.Get()) return &u } // NewURLValuesWith returns a new URLValues with the provided content.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 15.5K bytes - Viewed (0)