Skip to content

Commit

Permalink
Merge pull request #31 from dbg-workshop/slave
Browse files Browse the repository at this point in the history
awesome code
  • Loading branch information
Aeneas committed Apr 18, 2016
2 parents 7e94eb5 + c0adc63 commit 9f20aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var MyContacts = Contacts{
Company: "ACME Inc",
},
"cathrine-mueller": &Contact{
Name: "Cathrine Müller",
Name: "Cathrine Eholzer",
Department: "HR",
Company: "Grove AG",
},
Expand All @@ -55,13 +55,13 @@ var MyContacts = Contacts{
Company: "KPMG",
},
"Thomas-Aidan": &Contact{
Name: "Thomas Aidan",
Name: "Thomas Aigan",
Department: "INO",
Company: "OuterSpace",
},
"frank-sec": &Contact{
Name: "Frank Secure",
Department: "Unknown",
Department: "Unknow",
Company: "Secret",
},
"juergen-elsner": &Contact{
Expand Down

0 comments on commit 9f20aff

Please sign in to comment.