Exemplo n.º 1
0
func (u *Opaque) MarshalXDRInto(m *xdr.Marshaller) error {
	m.MarshalRaw(u[:])
	return m.Error
}