9 lines
60 B
Go
9 lines
60 B
Go
|
package srt
|
||
|
|
||
|
import (
|
||
|
)
|
||
|
|
||
|
type Packet struct {
|
||
|
raw []byte
|
||
|
}
|