
{{with .PDoc}}{{if $.IsMain}}> {{ base .ImportPath }}
{{comment_md .Doc}}{{else}}# {{ .Name }}
[](https://godoc.org/github.com/sbrow/{{ .Name }}) [](https://travis-ci.org/sbrow/{{ .Name }}) [](https://coveralls.io/github/sbrow/{{ .Name }}?branch=master) [](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)