go-ethereum/rlp/rlpgen/testdata/rawvalue.in.txt
2022-04-04 16:39:55 +05:30

11 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
}