Skip to content

Commit 79a413f

Browse files
committed
failing ci
1 parent 254fc65 commit 79a413f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xhttp/serve.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import (
77
"log"
88
"net"
99
"net/http"
10-
"oss.terrastruct.com/util-go/xcontext"
1110
"sync"
12-
1311
"sync/atomic"
14-
"time"
12+
13+
"oss.terrastruct.com/util-go/xcontext"
1514
)
1615

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

0 commit comments

Comments
 (0)