Commit Graph

23 Commits

Author SHA1 Message Date
jackspirou 7ed57e5c41 adding ToStringMapStringSlice method 2015-08-03 12:36:12 -04:00
bep 893a4154d1 Add support for template.URL
Fixes #13
2015-08-03 12:35:39 -04:00
bep 4d07383ffe Make ToIntSliceE more flexible
Now it accepts any slice or array type that contains a type supported by ToIntE.

[close #12]
2015-05-08 15:17:42 -04:00
bep 2c4fdb5416 Add ToIntSlice 2015-02-24 12:08:11 -05:00
Chance Zibolski 3cc9db95ac Add ToDuration 2015-02-24 12:07:25 -05:00
Chance Zibolski dace11d497 Use strings.Fields 2015-02-24 12:06:34 -05:00
Chance Zibolski b24b4ff690 ToStringSliceE: Support string values 2015-02-24 12:06:34 -05:00
spf13 2318c5caf2 Add support for pointers to basic types 2015-01-01 00:23:46 -05:00
spf13 421411cf35 Add proper support for error -> string and Stringer -> string. 2015-01-01 00:18:13 -05:00
Derek Perkins c0388c79a0 Defaulted .ToStringE to use reflection to find a stringer element 2014-12-18 22:44:40 -05:00
bep 0a58809502 Add support for HTML to String 2014-12-09 09:02:27 -05:00
Steve Francia fb4a45a374 Merge pull request #5 from txgruppi/master
Updated to return bool false only for zero
2014-12-03 08:50:16 +01:00
txgruppi ed6dd5ade6
Updated to return bool false only for zero 2014-11-19 18:08:49 +00:00
bep bbe2d4b35d Add ToStringMapBool
ToStringMapBool is useful for a map of flags in a configuration file.
2014-11-06 11:32:02 +01:00
Asdine El Hrychy 770890fb15 Removed forgotten fmt.Println("here") 2014-09-08 12:16:11 -04:00
Romain Baugue 075c75a269 Added ToBool case for string, and added ToBool test cases 2014-09-08 12:15:23 -04:00
spf13 99f1223ff6 Adding ToSlice 2014-04-26 16:56:25 -06:00
spf13 d578378de0 Caste now returns error instead of bool. 2014-04-24 10:21:33 -06:00
spf13 b252e9f21d Handling another case (map[string]interface{}) 2014-04-07 22:40:49 -04:00
spf13 5a9b0d4cc3 adding Int to Float. Testing for float 2014-04-07 11:48:02 -04:00
spf13 d6ad1120de Handling complex cases where input matches expected output 2014-04-07 11:42:50 -04:00
spf13 559d57776b Writing the README. Handling a few more cases, adding more tests. 2014-04-05 15:18:23 -04:00
spf13 6796452c69 initial commit of library & tests 2014-04-05 01:21:52 -04:00