learnlytics-go/templ/generator/test-html/data.go

7 lines
69 B
Go
Raw Normal View History

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