Skip to content

Commit ce26e64

Browse files
committed
trivial change
Signed-off-by: grant <[email protected]>
1 parent a9ff324 commit ce26e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/cgo_darwin_stub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func cgoLookupHost(ctx context.Context, name string) (addrs []string, err error,
3434
}
3535

3636
func cgoLookupPort(ctx context.Context, network, service string) (port int, err error, completed bool) {
37-
port, err = goLookupPort(network, service) // just use netgo lookup
37+
port, err = goLookupPort(network, service) // we can just use netgo lookup
3838
return port, err, err == nil
3939
}
4040

0 commit comments

Comments
 (0)