7 lines
69 B
Go
7 lines
69 B
Go
package testhtml
|
|
|
|
type person struct {
|
|
name string
|
|
email string
|
|
}
|