Ejemplo n.º 1
0
func (msg RAW) Marshal(w *binary.Writer) error {
	_, err := w.Write(msg)
	return err
}