Skip to content
Snippets Groups Projects
Unverified Commit 8ef504f7 authored by Jakob Borg's avatar Jakob Borg Committed by GitHub
Browse files

all: Simplify some method calls (#7499)

strings.Replace(a, b, c, -1) -> strings.ReplaceAll(a, b, c)

(Go 1.12) and who knows what was up with that dialQueue.Sort() thing.
parent 960e850a
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment