forked from quic-go/quic-go
use Genny to generate typed lists, based on Go standard library code
This commit is contained in:
@@ -3,7 +3,6 @@ package utils
|
||||
import "github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
|
||||
// ByteInterval is an interval from one ByteCount to the other
|
||||
// +gen linkedlist
|
||||
type ByteInterval struct {
|
||||
Start protocol.ByteCount
|
||||
End protocol.ByteCount
|
||||
|
||||
Reference in New Issue
Block a user