github.com/theQRL/go-zond@v0.1.1/rlp/rlpgen/testdata/uint256.in.txt (about) 1 // -*- mode: go -*- 2 3 package test 4 5 import "github.com/holiman/uint256" 6 7 type Test struct { 8 Int *uint256.Int 9 IntNoPtr uint256.Int 10 }