URL generates the URL to pageName in the version of the docs associated with this binary.
(pageName string)
| 23 | // URL generates the URL to pageName in the version of the docs associated |
| 24 | // with this binary. |
| 25 | func URL(pageName string) string { return URLBase + "/" + pageName } |
| 26 | |
| 27 | // ReleaseNotesURL generates the URL to pageName in the .0 patch release notes |
| 28 | // docs associated with this binary. |
no outgoing calls
no test coverage detected