stream-server/srt/packet.go

8 lines
60 B
Go

package srt
import (
)
type Packet struct {
raw []byte
}