github.com/bearnetworkchain/go-bearnetwork@v1.10.19-0.20220604150648-d63890c2e42b/rlp/rlpgen/testdata/rawvalue.in.txt (about)

     1  // -*- mode: go -*-
     2  
     3  package test
     4  
     5  import "github.com/bearnetworkchain/go-bearnetwork/rlp"
     6  
     7  type Test struct {
     8  	RawValue          rlp.RawValue
     9  	PointerToRawValue *rlp.RawValue
    10  	SliceOfRawValue   []rlp.RawValue
    11  }