aicra/internal
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
..
cerr test internal/cerr package + add WrapString() to use a raw string 2020-03-08 16:26:55 +01:00
config test internal/config trick to have a 100% coverage (as conflict check is undeterministic, merge all conditions) 2020-03-08 16:26:55 +01:00
multipart make internal/multipart use internal/cerr constant errors 2020-03-08 16:26:55 +01:00
reqdata [breaking] do not return first element of 1-sized slices as it, return a slice 2020-03-08 16:26:56 +01:00