Skip to content

Commit 19649d2

Browse files
committed
added comment
1 parent 11f569f commit 19649d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/mbhttp/client.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ import (
1010

1111
// Client makes requests and handles common Machine Box error cases.
1212
type Client struct {
13-
boxname string
13+
boxname string
14+
15+
// HTTPClient is the underlying http.Client that will be
16+
// used to make requests.
1417
HTTPClient *http.Client
1518
}
1619

0 commit comments

Comments
 (0)