Files
3x-ui/internal
MHSanaei a862680645 style(sub): simplify a negated conjunction to satisfy staticcheck QF1001
golangci-lint (staticcheck QF1001) flagged the `!(a && b)` guard in
expandSegment. Rewrite it via De Morgan's law to the equivalent
`!a || !b` form so the linter passes; behavior is unchanged.
2026-07-15 13:34:14 +02:00
..
2026-07-12 22:08:19 +02:00