vanity/router/templates/import.tmpl

6 lines
136 B
Cheetah

{{template "base" .}}
{{define "content"}}
<code>go get {{.Module}}</code>
<br/>
<code>git-import {{.Module}}</code>
{{end}}