Files
frp/pkg/nathole
fatedier e9f7a1a9f2 pkg: use modern Go stdlib functions to simplify code (#5209)
- strings.CutPrefix instead of HasPrefix+TrimPrefix (naming, legacy)
- slices.Contains instead of manual loop (plugin/server)
- min/max builtins instead of manual comparisons (nathole)
2026-03-06 22:14:46 +08:00
..
2024-02-20 12:01:41 +08:00
2024-02-19 21:13:20 +08:00
2024-10-17 17:22:41 +08:00