github.com/codysnider/go-ethereum@v1.10.18-0.20220420071915-14f4ae99222a/rlp/rlpgen/testdata/rawvalue.in.txt (about) 1 // -*- mode: go -*- 2 3 package test 4 5 import "github.com/ethereum/go-ethereum/rlp" 6 7 type Test struct { 8 RawValue rlp.RawValue 9 PointerToRawValue *rlp.RawValue 10 SliceOfRawValue []rlp.RawValue 11 }