DocsURL generates the URL to pageName in the version of the docs associated with this binary.
(pageName string)
| 7 | // DocsURL generates the URL to pageName in the version of the docs associated |
| 8 | // with this binary. |
| 9 | func DocsURL(pageName string) string { return DocsURLBase + "/" + pageName } |
| 10 |
no outgoing calls
no test coverage detected
searching dependent graphs…