Skip to content

Commit 85a65eb

Browse files
committed
Fix interface guard
1 parent d92d74f commit 85a65eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multicast.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ func (p *Multicast) Sub(ctx context.Context, ID string, rw io.ReadWriter, channe
8181
return errors.Join(p.connect(ctx, ID, rw, channels, ChannelDirectionOutput, false, false, keepAlive))
8282
}
8383

84-
var _ = (*Multicast)(nil)
84+
var _ PubSub = (*Multicast)(nil)

0 commit comments

Comments
 (0)