From 2524b874dfe40001917a59a7589366616b089a06 Mon Sep 17 00:00:00 2001 From: jonbetti Date: Wed, 6 Jun 2018 03:32:39 +0000 Subject: [PATCH] Fix wrap Note to self: :set nowrap git-svn-id: file:///srv/svn/repo/toyohime/trunk@87 922d331f-388e-da47-97a9-ad700dc0b8b9 --- vanity.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vanity.go b/vanity.go index f120970..a699606 100644 --- a/vanity.go +++ b/vanity.go @@ -64,7 +64,8 @@ func WithRedirector(redir Redirector) Option { // Returns an http.Handler that serves the vanity URL information for a single // repository. Each Option gives additional information to agents about the -// repository or provides help to browsers that may have navigated to the vanity// URL. The WithImport Option is mandatory since the go tool requires it to +// repository or provides help to browsers that may have navigated to the vanity +// URL. The WithImport Option is mandatory since the go tool requires it to // fetch the repository. func Handler(opts ...Option) http.Handler { var redir Redirector