barcodes/formatting/vcard.go

9 lines
114 B
Go
Raw Normal View History

package formatting
type Vcard struct {
FirstName string
Surname string
Mobile string
Home string
}