Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CharsetRFC3986Unreserved = []byte("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~") CharsetAlphaNumeric = []byte("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789") )
Functions ¶
func IsStringInSlice ¶
IsStringInSlice checks if a single string is in a slice of strings.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.