From 6018d49fa2099de482150b5a39507b3521c9bc41 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 21 Jun 2021 15:21:44 +0100 Subject: [PATCH] net: os: add more stubs for 1.15 Fix importing net/http. --- dial.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dial.go b/dial.go index 763096d..a1cb75d 100644 --- a/dial.go +++ b/dial.go @@ -8,6 +8,7 @@ import ( type Dialer struct { Timeout time.Duration Deadline time.Time + DualStack bool KeepAlive time.Duration }