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:
parent
299cca54cf
commit
55c1fe9e57
6 changed files with 186 additions and 51 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue