Skip to content

Commit

Permalink
Merge pull request #28 from dbg-workshop/helge
Browse files Browse the repository at this point in the history
super code
  • Loading branch information
Aeneas committed Mar 8, 2016
2 parents c5724a7 + 0c8cb4c commit a0d38b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ var MyContacts = Contacts{
Department: "DaCS",
Company: "DBG",
},
"Helge Harren": &Contact{
Name: "Helge Harren",
Department: "TRIT",
Company: "DBG",
},
"Stephan Reinartz": &Contact{
Name: "Stephan Reinartz",
Department: "SMMI",
Company: "DBG",
},
"Ulrich Meyer": &Contact{
Name: "Ulrich Meyer",
Department: "TRIT",
Company: "DBG",
},
}

var memoryStore = &memory.InMemoryStore{Contacts: MyContacts}
Expand Down

0 comments on commit a0d38b9

Please sign in to comment.