diff --git a/uri.go b/uri.go index 32fb313..454dd6e 100644 --- a/uri.go +++ b/uri.go @@ -35,13 +35,13 @@ const ( // (http://tools.ietf.org/html/rfc3986#section-3) with minimal validation // and encoding. // -// foo://example.com:8042/over/there?name=ferret#nose -// \_/ \______________/\_________/ \_________/ \__/ -// | | | | | -// scheme authority path query fragment -// | _____________________|__ -// / \ / \ -// urn:example:animal:ferret:nose +// foo://example.com:8042/over/there?name=ferret#nose +// \_/ \______________/\_________/ \_________/ \__/ +// | | | | | +// scheme authority path query fragment +// | _____________________|__ +// / \ / \ +// urn:example:animal:ferret:nose type URI string // Filename returns the file path for the given URI.