diff options
Diffstat (limited to 'helpers/url.go')
-rw-r--r-- | helpers/url.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/url.go b/helpers/url.go index a24f05b12..6dbdea299 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -142,7 +142,7 @@ func MakePermalink(host, plink string) *url.URL { } if p.Host != "" { - panic(fmt.Errorf("Can't make permalink from absolute link %q", plink)) + panic(fmt.Errorf("can't make permalink from absolute link %q", plink)) } base.Path = path.Join(base.Path, p.Path) |