Files
go-htmx-templ/app/types/user.go
Eden Kirin 26635bbff1 Full demo
2024-01-21 11:01:31 +01:00

7 lines
72 B
Go

package types
type User struct {
FirstName string
LastName string
}