Package
Source
Documentation
{{ range $key, $value := .Packages }} {{ $importPath := printf "%v/%v" $.URL $key }} {{ if ne $value.URL "" }} {{ $importPath = printf "%v/%v" $value.URL $key }} {{ end }}
Package:
{{ $importPath }}
Source:
{{ $value.Repo }}
{{ with .Desc }}
{{ . }}
{{ end }} {{ end }}