Skip to content

Commit

Permalink
Merge 676c1d4 into a0d38b9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbg-workshop committed Mar 9, 2016
2 parents a0d38b9 + 676c1d4 commit 32e851f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ var MyContacts = Contacts{
Department: "TRIT",
Company: "DBG",
},
"Matthias Kluber": &Contact{
Name: "Matthias Kluber",
Department: "I&O",
Company: "DBG",
},

}

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

0 comments on commit 32e851f

Please sign in to comment.