We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abe17f commit 7cc1674Copy full SHA for 7cc1674
modules/graceful/net_windows.go
@@ -13,7 +13,7 @@ import "net"
13
// On windows this is basically just a shim around net.Listen.
14
func GetListener(network, address string) (net.Listener, error) {
15
// Add a deferral to say that we've tried to grab a listener
16
- defer Manager.InformCleanup()
+ defer GetManager().InformCleanup()
17
18
return net.Listen(network, address)
19
}
0 commit comments