Update LICENSE and NOTICE
A utility for joining together path segments into URLs.
Import via code.cloudfoundry.org/urljoiner.
code.cloudfoundry.org/urljoiner
url := urljoiner.Join("https://example.com", "foo", "bar") # produces "https://example.com/foo/bar"
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
urljoiner
A utility for joining together path segments into URLs.
Import via
code.cloudfoundry.org/urljoiner.Example