comment all

This commit is contained in:
2020-01-15 14:59:09 +01:00
parent 41861da83e
commit 63c342d87a
6 changed files with 65 additions and 40 deletions

View File

@@ -31,6 +31,7 @@ func ExpandURL(url string) (string, error) {
return expandedURL, nil
}
// ExpandURL2 ExpandURL2
func ExpandURL2(myURL, searchURL string) (string, error) {
nextURL := myURL
var i int