Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeQueryString ¶
MakeQueryString takes a comma-separated LABEL=VALUE string and returns an "&"-separated string with URL escaped values.
Examples:
version=1.0.0,label=v1+v2 -> version=1.0.0&label=v1%2Bv2 name=db,source=/tmp$1 -> name=db&source=%2Ftmp%241
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.