Primary key refactoring re. Un/Marshaling of JSON and the unique keys, plus the ApplyDelta() and 'defensive' changes introduced by Kortshack, also did some tidying up.

This commit is contained in:
panamafrancis 2015-02-25 10:40:27 +01:00
parent 299cca54cf
commit 55c1fe9e57
6 changed files with 186 additions and 51 deletions

View file

@ -134,11 +134,6 @@ func createInstance() (aetest.Instance, graph.Options, error) {
}
opts := make(graph.Options)
opts["HTTPRequest"] = req1
if inst == nil {
glog.Info("help")
}
return inst, opts, nil
}