package
0.0.0-20241219060155-751594860a08
Repository: https://github.com/yusing/go-proxy.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CommaSeperatedList returns a list of strings split by commas, then trim spaces from each element.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JoinLines is a wrapper around JoinRune(elems, '\n').
JoinRune is like strings.Join but takes a rune as separator.
nolint:intrange.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SplitComma is a wrapper around SplitRune(s, ',').
SplitLine is a wrapper around SplitRune(s, '\n').
SplitRune is like strings.Split but takes a rune as separator.
SplitSpace is a wrapper around SplitRune(s, ' ').
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author