m-lab / go

General purpose libraries / APIs for use in mlab code.
Apache License 2.0
5 stars 6 forks source link

Return empty String if URL.URL is nil #102

Closed stephen-soltesz closed 4 years ago

stephen-soltesz commented 4 years ago

This change handles String() when the URL flag value is nil. Evidently String() is called during flag parsing, which requires handling the nil case.


This change is Reviewable

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 774


Totals Coverage Status
Change from base Build 771: 0.02%
Covered Lines: 1326
Relevant Lines: 1635

💛 - Coveralls