mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-07 03:02:20 +00:00
11 lines
110 B
Plaintext
11 lines
110 B
Plaintext
|
// -*- mode: go -*-
|
||
|
|
||
|
package test
|
||
|
|
||
|
type Test struct{
|
||
|
A uint8
|
||
|
B uint16
|
||
|
C uint32
|
||
|
D uint64
|
||
|
}
|