github.com/carter-ya/go-ethereum@v0.0.0-20230628080049-d2309be3983b/rlp/rlpgen/testdata/bigint.in.txt (about)

     1  // -*- mode: go -*-
     2  
     3  package test
     4  
     5  import "math/big"
     6  
     7  type Test struct {
     8  	Int      *big.Int
     9  	IntNoPtr big.Int
    10  }