OpenGFW/analyzer
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
..
internal refactor: Improve parsing docs 2024-03-11 20:35:01 +01:00
tcp fix: Linter errors 2024-03-12 12:14:58 +01:00
udp test: Add basic tests for packet parsing 2024-03-11 21:25:34 +01:00
utils refactor: merge sock4 and socks5 into one 2024-01-27 20:45:11 +08:00
interface.go first 2024-01-19 16:45:01 -08:00