Home
last modified time | relevance | path

Searched refs:protocolStrippedURL (Results 1 – 3 of 3) sorted by relevance

/development/tools/repo_diff/service/repodiff/repositories/
Dcommon.go11 URL: protocolStrippedURL(target.Upstream.URL),
15 URL: protocolStrippedURL(target.Downstream.URL),
21 func protocolStrippedURL(url string) string { func
Dsource.go23 url = protocolStrippedURL(url)
Dsource_test.go30 assert.Equal(t, expected, protocolStrippedURL(urlWithProtocol), "Protocol should be removed")