1
0
mirror of https://github.com/golang/go synced 2024-09-29 02:24:33 -06:00
This commit is contained in:
flaxinger 2023-10-13 21:30:06 +09:00 committed by GitHub
parent d1ef967306
commit 458581ec26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)