Skip to content

Commit

Permalink
Update internal/networkio/closeonce.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 10, 2024
1 parent 2435cc4 commit cde4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/networkio/closeonce.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type closeOnceConn struct {

var _ net.Conn = &closeOnceConn{}

// newCloseOnceConn creates a [CloseOnceConn].
// newCloseOnceConn creates a [closeOnceConn].
func newCloseOnceConn(conn net.Conn) *closeOnceConn {
return &closeOnceConn{
once: sync.Once{},
Expand Down

0 comments on commit cde4679

Please sign in to comment.