Skip to content

Commit 5219ea0

Browse files
authored
use the scaling svg instead of low res png
1 parent fd44fe7 commit 5219ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package main
66
import "text/template"
77

88
var tmplraw = `#{{.Name}}{{/*
9-
*/}}{{if .Library}} [![GoDoc](https://godoc.org/{{.Import}}?status.png)](https://godoc.org/{{.Import}}){{end}}{{/*
9+
*/}}{{if .Library}} [![GoDoc](https://godoc.org/{{.Import}}?status.svg)](https://godoc.org/{{.Import}}){{end}}{{/*
1010
*/}}{{if .Travis}} [![Build Status](https://travis-ci.org/{{.RepoPath}}.png?branch=master)](https://travis-ci.org/{{.RepoPath}}){{end}}
1111
{{.Synopsis}}
1212

0 commit comments

Comments
 (0)