go-ethereum/rlp/rlpgen/testdata/rawvalue.in.txt

12 lines
201 B
Go

// -*- mode: go -*-
package test
import "github.com/ethereum/go-ethereum/rlp"
type Test struct {
RawValue rlp.RawValue
PointerToRawValue *rlp.RawValue
SliceOfRawValue []rlp.RawValue
}