mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
9 lines
65 B
Go
9 lines
65 B
Go
|
package bar
|
||
|
|
||
|
type Bar struct {
|
||
|
X int
|
||
|
Y int
|
||
|
Z string
|
||
|
B bool
|
||
|
}
|