()
| 37 | } |
| 38 | |
| 39 | func defaultHost() string { |
| 40 | host, _ := ghauth.DefaultHost() |
| 41 | return host |
| 42 | } |
| 43 | |
| 44 | // FromFullName extracts the GitHub repository information from the following |
| 45 | // formats: "OWNER/REPO", "HOST/OWNER/REPO", and a full URL. |
no test coverage detected