Skip to content

Commit

Permalink
Merge pull request #34 from dbg-workshop/test
Browse files Browse the repository at this point in the history
added names
  • Loading branch information
Aeneas committed May 3, 2016
2 parents fecc261 + 8f7eea6 commit cfa2de3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ var MyContacts = Contacts{
Department: "TRIT",
Company: "DBG",
},
"Ashwin Kumar": &Contact{
Name: "Ashwin Kumar",
Department: "GPD",
Company: "DBG",
},
"Stefan Teis": &Contact{
Name: "Stefan Teis",
Department: "GPD",
Company: "DBG",
},
}

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

0 comments on commit cfa2de3

Please sign in to comment.