Skip to content

Commit

Permalink
Update udp_mux_multi.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Zhao <[email protected]>
  • Loading branch information
cnderrauber and davidzhao authored Aug 31, 2023
1 parent 945d175 commit c35d376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udp_mux_multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func NewMultiUDPMuxFromPort(port int, opts ...UDPMuxFromPortOption) (*MultiUDPMu
}

// NewMultiUDPMuxFromPorts creates an instance of MultiUDPMuxDefault that
// listen all interfaces and balance traffic on the provided ports.
// listens to all interfaces and balances traffic on the provided ports.

Check failure on line 176 in udp_mux_multi.go

View workflow job for this annotation

GitHub Actions / lint / Go

File is not `gci`-ed with --skip-generated -s standard,default (gci)
func NewMultiUDPMuxFromPorts(ports []int, opts ...UDPMuxFromPortOption) (*MultiUDPMuxDefault, error) {
params := multiUDPMuxFromPortParam{
networks: []NetworkType{NetworkTypeUDP4, NetworkTypeUDP6},
Expand Down

0 comments on commit c35d376

Please sign in to comment.