mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-05 12:56:55 +08:00
9 lines
113 B
Go
9 lines
113 B
Go
package buffer
|
|
|
|
type Prependable struct {
|
|
}
|
|
|
|
func NewPrependable(size int) Prependable {
|
|
return Prependable{}
|
|
}
|