Commit e96b6835 authored by Alex Brainman's avatar Alex Brainman

fix windows build

R=rsc
CC=golang-dev
https://golang.org/cl/1890045
parent c78be462
...@@ -11,8 +11,6 @@ import ( ...@@ -11,8 +11,6 @@ import (
"unsafe" "unsafe"
) )
var onceStartServer sync.Once
// BUG(brainman): The Windows implementation does not implement SetTimeout. // BUG(brainman): The Windows implementation does not implement SetTimeout.
// IO completion result parameters. // IO completion result parameters.
......
...@@ -6,7 +6,7 @@ package time ...@@ -6,7 +6,7 @@ package time
import ( import (
"syscall" "syscall"
"once" "sync"
"os" "os"
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment