Ran go fmt to clean up formating issues

This commit is contained in:
sloumdrone 2019-05-28 19:02:46 -07:00
parent 63df316b96
commit 55d163ce5b
3 changed files with 9 additions and 10 deletions

View File

@ -83,7 +83,6 @@ func MakeUrl(u string) (Url, error) {
out.IsBinary = true out.IsBinary = true
} }
out.Full = out.Scheme + "://" + out.Host + ":" + out.Port + "/" + out.Gophertype + out.Resource out.Full = out.Scheme + "://" + out.Host + ":" + out.Port + "/" + out.Gophertype + out.Resource
return out, nil return out, nil