OpenGFW/ruleset/builtins/geo
macie 3022bde81b
fix: Linter errors
Fixed:
- "ineffective break statement. Did you mean to break out of the outer loop?" (SA4011)
- "channels used with os/signal.Notify should be buffered" (SA1017)
- "os.Kill cannot be trapped (did you mean syscall.SIGTERM?)" (SA1016)
- "func envOrDefaultBool is unused" (U1000)
- "should use time.Since instead of time.Now().Sub" (S1012)
2024-03-12 12:14:58 +01:00
..
v2geo Add GeoIP and GeoSite support for expr (#38) 2024-01-30 17:30:35 -08:00
geo_loader.go fix: Linter errors 2024-03-12 12:14:58 +01:00
geo_matcher.go Add GeoIP and GeoSite support for expr (#38) 2024-01-30 17:30:35 -08:00
interface.go Add GeoIP and GeoSite support for expr (#38) 2024-01-30 17:30:35 -08:00
matchers_v2geo.go Add GeoIP and GeoSite support for expr (#38) 2024-01-30 17:30:35 -08:00