Update GO formatting

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
pull/4524/head
Martin Hickey 7 years ago
parent c8f76ddf9a
commit c14e040118

@ -65,8 +65,8 @@ func TestEqual(t *testing.T) {
func TestExtractHostname(t *testing.T) {
tests := map[string]string{
"http://example.com": "example.com",
"https://example.com/foo": "example.com",
"http://example.com": "example.com",
"https://example.com/foo": "example.com",
"https://example.com:31337/not/with/a/bang/but/a/whimper": "example.com",
}
for start, expect := range tests {

Loading…
Cancel
Save