Documentation ¶ Index ¶ func FormatUrl(baseUrl string, pathParts []string, query url.Values, fragment string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FormatUrl ¶ func FormatUrl(baseUrl string, pathParts []string, query url.Values, fragment string) (string, error) Create a URL with the given base, path parts, query string, and fragment. This method will properly URI encode everything and handle leading and trailing slashes. Types ¶ This section is empty. Source Files ¶ View all Source files url.go Click to show internal directories. Click to hide internal directories.