summaryrefslogtreecommitdiffstats
path: root/tpl/urls/urls_test.go
AgeCommit message (Collapse)Author
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
Updates #9687
2021-06-14Misc config loading fixesBjørn Erik Pedersen
The main motivation behind this is simplicity and correctnes, but the new small config library is also faster: ``` BenchmarkDefaultConfigProvider/Viper-16 252418 4546 ns/op 2720 B/op 30 allocs/op BenchmarkDefaultConfigProvider/Custom-16 450756 2651 ns/op 1008 B/op 6 allocs/op ``` Fixes #8633 Fixes #8618 Fixes #8630 Updates #8591 Closes #6680 Closes #5192
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2017-09-24tpl: Add urls.Parse functionCameron Moore
Add a urls.Parse template function that front-ends url.Parse from the Go stdlib. Fixes #3849