{{with .PDoc}}{{if $.IsMain}}> {{ base .ImportPath }} {{comment_md .Doc}}{{else}}# {{ .Name }} [![GoDoc](https://godoc.org/{{ .ImportPath }}?status.svg)](https://godoc.org/github.com/sbrow/{{ .Name }}) [![Build Status](https://travis-ci.org/sbrow/{{ .Name }}.svg?branch=master)](https://travis-ci.org/sbrow/{{ .Name }}) [![Coverage Status](https://coveralls.io/repos/github/sbrow/{{ .Name }}/badge.svg?branch=master)](https://coveralls.io/github/sbrow/{{ .Name }}?branch=master) [![Go Report Card](https://goreportcard.com/badge/{{ .ImportPath }})](https://goreportcard.com/report/{{ .ImportPath }}) `import "{{.ImportPath}}"` * [Overview](#pkg-overview) * [Installation](pkg-installation){{if $.Dirs}} * [Subdirectories](#pkg-subdirectories){{end}}{{ with .Notes}}{{ range $marker, $content := .}} * [{{$marker}}](#pkg-note-{{$marker}}){{end}} {{- end}} * [Documentation](#pkg-doc) ## Overview {{comment_md .Doc}} {{example_html $ ""}} ## Installation ```sh $ go get -u {{ .ImportPath }} ``` {{ with .Notes}} {{ range $marker, $content := .}} ## {{$marker}} {{ range $key, $value := .}} `{{ $value.UID }}:` {{ $value.Body }}{{end}}{{end}}{{end}} ## Documentation For full Documentation please visit https://godoc.org/{{.ImportPath}} - - - {{end}} Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md)