learnlytics-go/templ/generator/test-element-attributes/data.go

8 lines
106 B
Go
Raw Normal View History

2025-03-20 12:35:13 +01:00
package testelementattributes
type person struct {
name string
email string
important bool
}