mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-24 15:44:32 +00:00
10 lines
110 B
Go
10 lines
110 B
Go
// -*- mode: go -*-
|
|
|
|
package test
|
|
|
|
type Test struct{
|
|
A uint8
|
|
B uint16
|
|
C uint32
|
|
D uint64
|
|
}
|