forked from quic-go/quic-go
small linter & typo fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/clipperhouse/slice"
|
||||
_ "github.com/clipperhouse/linkedlist"
|
||||
_ "github.com/clipperhouse/slice"
|
||||
_ "github.com/clipperhouse/stringer"
|
||||
)
|
||||
|
||||
@@ -56,7 +56,7 @@ func (l *ByteIntervalList) Init() *ByteIntervalList {
|
||||
return l
|
||||
}
|
||||
|
||||
// New returns an initialized list.
|
||||
// NewByteIntervalList returns an initialized list.
|
||||
func NewByteIntervalList() *ByteIntervalList { return new(ByteIntervalList).Init() }
|
||||
|
||||
// Len returns the number of elements of list l.
|
||||
|
||||
Reference in New Issue
Block a user