We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd44fe7 commit 5219ea0Copy full SHA for 5219ea0
template.go
@@ -6,7 +6,7 @@ package main
6
import "text/template"
7
8
var tmplraw = `#{{.Name}}{{/*
9
-*/}}{{if .Library}} [](https://godoc.org/{{.Import}}){{end}}{{/*
+*/}}{{if .Library}} [](https://godoc.org/{{.Import}}){{end}}{{/*
10
*/}}{{if .Travis}} [](https://travis-ci.org/{{.RepoPath}}){{end}}
11
{{.Synopsis}}
12
0 commit comments