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