1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-22 05:19:26 +02:00
Kirill Motkov e64e6fa514 Some code improvements
* Remove shadowing of predeclared identifier: new.
* strings.ReplaceAll instead of strings.Replace with -1.
* Change strings.ToLower comparison to strings.EqualFold.
* Rewrite if-else-if-else chain as a switch.
2019-10-09 15:44:26 +03:00
..
2019-06-15 11:33:57 +02:00
2019-06-15 11:34:00 +02:00
2019-06-15 11:33:57 +02:00
2019-06-15 11:33:58 +02:00
2019-10-09 15:44:26 +03:00