| 39 | } |
| 40 | |
| 41 | type InstallationInfo struct { |
| 42 | Name string |
| 43 | ID int64 |
| 44 | Permissions string |
| 45 | } |
| 46 | |
| 47 | // normalizeLinks converts any raw http links to hrefs |
| 48 | func normalizeLinks(input string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected