aicra/internal/reqdata
Adrien Marquès 9bf7860dc9
continuous-integration/drone/push Build is failing Details
[breaking] do not return first element of 1-sized slices as it, return a slice
- it is more consistent and does not rely of a "hidden" assomption.
 - for consistency, it is also a better practice to always  the same type when waiting to receive a slice ; the 1 element case should not break anything
2020-03-02 22:24:36 +01:00
..
parameter.go [breaking] do not return first element of 1-sized slices as it, return a slice 2020-03-02 22:24:36 +01:00
parameter_test.go test conversion from 1-sized slice to first element (bool vs json boolean primitive) 2020-03-02 22:19:28 +01:00
store.go Test empty store -> fix 2019-11-19 16:18:45 +01:00
store_test.go expand store.go coverage to 100% with a tricky test 2019-11-21 23:23:40 +01:00