Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVPair ¶
type KVPair struct {
// contains filtered or unexported fields
}
KVPair struct, a simple key/value string pair.
func (KVPair) QueryEscape ¶
Returns URL encoded KVPair in format "foo=bar". Calls url.QueryEscape on both key and value.
Click to show internal directories.
Click to hide internal directories.