Skip to content

Commit 2d108ed

Browse files
committed
time
1 parent 79a413f commit 2d108ed

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

xhttp/serve.go

+9-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
package xhttp
33

44
import (
5-
"context"
6-
"errors"
7-
"log"
8-
"net"
9-
"net/http"
10-
"sync"
11-
"sync/atomic"
5+
"context"
6+
"errors"
7+
"log"
8+
"net"
9+
"net/http"
10+
"sync"
11+
"sync/atomic"
12+
"time"
1213

13-
"oss.terrastruct.com/util-go/xcontext"
14+
"oss.terrastruct.com/util-go/xcontext"
1415
)
1516

1617
func NewServer(log *log.Logger, h http.Handler) *http.Server {

0 commit comments

Comments
 (0)