(h string)
| 72 | } |
| 73 | |
| 74 | func normalizeHostname(h string) string { |
| 75 | return strings.ToLower(strings.TrimPrefix(h, "www.")) |
| 76 | } |
| 77 | |
| 78 | // IsSame compares two GitHub repositories |
| 79 | func IsSame(a, b Interface) bool { |
no outgoing calls
no test coverage detected