1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 06:16:09 -04:00
v2fly/common/strmatcher
Kirill Motkov 0401a91ef4 Some code improvements
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
2019-06-28 17:53:44 +03:00
..
benchmark_test.go
domain_matcher_test.go improve performance on domain matcher 2018-11-02 12:14:41 +01:00
domain_matcher.go Some code improvements 2019-06-28 17:53:44 +03:00
full_matcher_test.go
full_matcher.go
matchers_test.go remove dependency on assert lib 2019-01-08 23:27:02 +01:00
matchers.go
strmatcher.go