6 lines
60 B
Go
6 lines
60 B
Go
package contact
|
|
|
|
type Contact struct {
|
|
Template template
|
|
}
|
package contact
|
|
|
|
type Contact struct {
|
|
Template template
|
|
}
|