bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/PuerkitoBio/urlesc | |
golang.org/x/net/idna | Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003. |
golang.org/x/text/unicode/norm | Package norm contains types and functions for normalizing Unicode strings. |
golang.org/x/text/width | Package width provides functionality for handling different widths in text. |
net/url | Package url parses URLs and implements query escaping. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |