github.com/tacshi/go-ethereum@v0.0.0-20230616113857-84a434e20921/rlp/rlpgen/testdata/uints.in.txt (about)

     1  // -*- mode: go -*-
     2  
     3  package test
     4  
     5  type Test struct{
     6       A uint8
     7       B uint16
     8       C uint32
     9       D uint64
    10  }