Begin implementation of formatted barcodes
This commit is contained in:
8
formatting/vcard.go
Normal file
8
formatting/vcard.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package formatting
|
||||
|
||||
type Vcard struct {
|
||||
FirstName string
|
||||
Surname string
|
||||
Mobile string
|
||||
Home string
|
||||
}
|
||||
Reference in New Issue
Block a user