Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit 59c644f

Browse files
committed
remove comments and empty lines
1 parent 81f11e1 commit 59c644f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cmds.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ func exports(socket, certPath string) map[string]string {
235235
re := regexp.MustCompile("tcp://([^:]+):")
236236
if matches := re.FindStringSubmatch(socket); len(matches) == 2 {
237237
ip := matches[1]
238-
239-
//first check for an existing lower case no_proxy var
240-
//otherweise try allcaps HTTP_PROXY
241238
name := "no_proxy"
242239
val := os.Getenv("no_proxy")
243240
if val == "" {
@@ -255,7 +252,6 @@ func exports(socket, certPath string) map[string]string {
255252
}
256253
}
257254
}
258-
259255
return out
260256
}
261257

0 commit comments

Comments
 (0)