barcodes/formatting/vcard.go

9 lines
114 B
Go

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