8 lines
106 B
Go
8 lines
106 B
Go
|
package testelementattributes
|
||
|
|
||
|
type person struct {
|
||
|
name string
|
||
|
email string
|
||
|
important bool
|
||
|
}
|