mirror of
https://github.com/golang/go
synced 2024-11-23 07:50:05 -07:00
Fix Typo
This commit is contained in:
parent
d1ef967306
commit
458581ec26
@ -39,7 +39,7 @@ type Trace struct {
|
||||
// goroutines.
|
||||
ConnectStart func(network, addr string)
|
||||
|
||||
// ConnectStart is called after a Dial with the results, excluding
|
||||
// ConnectDone is called after a Dial with the results, excluding
|
||||
// Dials made during DNS lookups. It may also be called multiple
|
||||
// times, like ConnectStart.
|
||||
ConnectDone func(network, addr string, err error)
|
||||
|
Loading…
Reference in New Issue
Block a user