SIGN IN SIGN UP
fatedier / frp UNCLAIMED

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

0 0 72 Go

pkg/config: use modern Go stdlib for sorting and string operations (#5210)

- slices.SortedFunc + maps.Values + cmp.Compare instead of manual
  map-to-slice collection + sort.Slice (source/aggregator.go)
- strings.CutSuffix instead of HasSuffix+TrimSuffix, and deduplicate
  error handling in BandwidthQuantity.UnmarshalString (types/types.go)
F
fatedier committed
0b4f83cd04db1e6fc11669f6fa3d86f8be156942
Parent: e9f7a1a
Committed by GitHub <noreply@github.com> on 3/6/2026, 3:13:29 PM