Skip to content

Commit

Permalink
Add photo field to contact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Monoses committed Oct 15, 2015
1 parent baca24f commit 75f662b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import (

// Contact contains information about a contact.
type Contact struct {
Name string
Tel string
Name string
Tel string
Photo string
}

type yamlContacts struct {
Expand Down

0 comments on commit 75f662b

Please sign in to comment.