Skip to content

Commit bd43b77

Browse files
committed
failing ci
1 parent 2d108ed commit bd43b77

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

xhttp/serve.go

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

44
import (
5-
"context"
6-
"errors"
7-
"log"
8-
"net"
9-
"net/http"
10-
"sync"
11-
"sync/atomic"
12-
"time"
5+
ntext"
6+
rors"
7+
g"
8+
"net"
9+
"net/http"
10+
nc"
11+
nc/atomic"
12+
me"
1313
14-
"oss.terrastruct.com/util-go/xcontext"
14+
s.terrastruct.com/util-go/xcontext"
1515
)
1616

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

0 commit comments

Comments
 (0)