learnlytics-go/templ/generator/test-html/data.go
2025-03-20 12:35:13 +01:00

7 lines
69 B
Go

package testhtml
type person struct {
name string
email string
}