swf-go/tag/End.go

9 lines
82 B
Go

package tag
type End struct {
}
func (t *End) Code() Code {
return RecordEnd
}