aicra/internal/reqdata
Adrien Marquès 5741ec597b
[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-08 16:26:56 +01:00
..
parameter.go [breaking] do not return first element of 1-sized slices as it, return a slice 2020-03-08 16:26:56 +01:00
parameter_test.go test conversion from 1-sized slice to first element (bool vs json boolean primitive) 2020-03-08 16:26:56 +01:00
store.go Test empty store -> fix 2020-03-08 16:26:55 +01:00
store_test.go expand store.go coverage to 100% with a tricky test 2020-03-08 16:26:55 +01:00