go-ethereum/rlp/rlpgen/testdata/uints.in.txt
2024-05-17 10:10:15 +08:00

10 lines
110 B
Go

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