We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e107efa commit 64058c3Copy full SHA for 64058c3
src/net/dial.go
@@ -8,6 +8,7 @@ import (
8
type Dialer struct {
9
Timeout time.Duration
10
Deadline time.Time
11
+ DualStack bool
12
KeepAlive time.Duration
13
}
14
src/os/file_go_other.go
@@ -44,3 +44,8 @@ const (
44
func (m FileMode) IsDir() bool {
45
return false
46
47
+
48
+// IsRegular is a stub, always returning false
49
+func (m FileMode) IsRegular() bool {
50
+ return false
51
+}
0 commit comments