From ee75e2999b66bd9f258a241c487b6677cf2fa071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 25 Mar 2017 16:09:56 +0100 Subject: Remove the now superflous defaultExtension And some other unsed fields and methods. --- helpers/url.go | 1 - 1 file changed, 1 deletion(-) (limited to 'helpers') diff --git a/helpers/url.go b/helpers/url.go index defde6a17..445302123 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -129,7 +129,6 @@ func (p *PathSpec) URLEscape(uri string) string { // base: http://spf13.com/ // path: post/how-i-blog // result: http://spf13.com/post/how-i-blog -// TODO(bep) output check why this is still in use. func MakePermalink(host, plink string) *url.URL { base, err := url.Parse(host) -- cgit v1.2.3