go-ethereum/rlp/rlpgen/testdata/uints.in.txt

11 lines
110 B
Go

// -*- mode: go -*-
package test
type Test struct{
A uint8
B uint16
C uint32
D uint64
}