Note to self: :set nowrap

git-svn-id: file:///srv/svn/repo/toyohime/trunk@87 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
jonbetti 2018-06-06 03:32:39 +00:00
parent 0e2aaeea33
commit 2524b874df

View File

@ -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