Commit Graph

11 Commits

Author SHA1 Message Date
bep
d86932036e Make ToIntSliceE more flexible
Now it accepts any slice or array type that contains a type supported by ToIntE.

[close #12]
2016-08-30 19:44:49 -04:00
bep
2e56615389 Add ToIntSlice 2016-08-30 19:44:49 -04:00
spf13
548a8c7168 Add support for pointers to basic types 2016-08-30 19:44:48 -04:00
spf13
b4d70dd7f5 Add proper support for error -> string and Stringer -> string. 2016-08-30 19:44:48 -04:00
bep
168fa9c54b Add support for HTML to String 2016-08-30 19:44:48 -04:00
txgruppi
c57ccf8bbe Updated to return bool false only for zero 2016-08-30 19:44:48 -04:00
bep
ba8259276f Add ToStringMapBool
ToStringMapBool is useful for a map of flags in a configuration file.
2016-08-30 19:44:48 -04:00
Romain Baugue
211a300832 Added ToBool case for string, and added ToBool test cases 2016-08-30 19:44:47 -04:00
spf13
6f7297ca1b adding Int to Float. Testing for float 2016-08-30 19:44:47 -04:00
spf13
f83bf57543 Writing the README. Handling a few more cases, adding more tests. 2016-08-30 19:44:46 -04:00
spf13
f26a74dd99 initial commit of library & tests 2016-08-30 19:44:46 -04:00