Skip to content

Commit 7faa77b

Browse files
committed
Fix go 1.18 compatibility
1 parent de163b3 commit 7faa77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/framing/buffered.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package framing
33
import (
44
"encoding/binary"
55
"io"
6-
"sync/atomic"
76

87
"github.com/rsocket/rsocket-go/core"
98
"github.com/rsocket/rsocket-go/internal/common"
109
"github.com/rsocket/rsocket-go/internal/u24"
10+
"go.uber.org/atomic"
1111
)
1212

1313
// bufferedFrame is basic frame implementation.

0 commit comments

Comments
 (0)