{{define "Analytics"}}{{with gaAccount}}{{end}}{{end}} {{define "SearchBox"}}
{{end}} {{define "ProjectNav"}}{{template "FlashMessages" .flashMessages}} {{end}} {{define "Pkgs"}}Path | Synopsis |
---|---|
{{if .Path|isValidImportPath}}{{.Path|importPath}}{{else}}{{.Path|importPath}}{{end}} | {{.Synopsis|importPath}} |
Path | Synopsis |
---|---|
{{if .Path|isValidImportPath}}
{{.Path|importPath}}
|
{{end}}
{{.Synopsis|importPath}} |
{{range .Files}}{{if .URL}}{{.Name}}{{else}}{{.Name}}{{end}} {{end}}
{{end}}{{end}} {{define "PkgCmdFooter"}} {{with .pdoc}}{{with .Notes}}{{with .BUG}}{{$.pdoc.SourceLink .Pos "☞" true}} {{.Body}}{{end}} {{end}}{{end}}{{end}} {{if $.pkgs}}
Path | Synopsis |
---|---|
{{relativePath .Path $.pdoc.ImportPath}} | {{.Synopsis}} |
{{if or .Imports $.importerCount}}Package {{.Name}} {{if .Imports}}imports {{.Imports|len}} packages (graph){{end}}{{if and .Imports $.importerCount}} and {{end}}{{if $.importerCount}}is imported by {{$.importerCount}} packages{{end}}.{{end}} {{if not .Updated.IsZero}}Updated {{.Updated.Format "2006-01-02"}}{{if or (equal .GOOS "windows") (equal .GOOS "darwin")}} with GOOS={{.GOOS}}{{end}}.{{end}} Refresh now. Tools for package owners. {{.StatusDescription}} {{end}} {{with $.pdoc.Errors}}
The go get command cannot install this package because of the following issues: