Commit Graph

  • 641ebec6b1 Add "yyyy-MM-dd HH:mm:ss" string format emacsist 2016-11-16 09:33:54 +0800
  • 24b6558033 Add "yyyy-MM-dd HH:mm:ss" string format emacsist 2016-11-16 09:33:54 +0800
  • 2cd6d56eeb add "yyyy-MM-dd HH:mm:ss" string format > time.Time emacsist 2016-11-14 22:32:48 +0800
  • 7aeb16c3f2 Merge cadc8ad72d into 2580bc98dc emacsist 2016-11-11 18:08:33 +0000
  • cadc8ad72d add "yyyy-MM-dd HH:mm:ss" string format > time.Time emacsist 2016-11-12 02:01:40 +0800
  • 1e7f9e4813 Merge 4d1d33f2b5 into 2580bc98dc Jeff Hodges 2016-10-08 02:48:52 +0000
  • 0c3f14c4f5 Remove expensive TRACE logging Bjørn Erik Pedersen 2016-09-26 10:42:49 +0200
  • 2580bc98dc Remove expensive TRACE logging Bjørn Erik Pedersen 2016-09-26 10:42:49 +0200
  • 793d04edb9 Add benchmark for ToBool Bjørn Erik Pedersen 2016-09-26 10:25:08 +0200
  • 7c3adfba29 Add benchmark for ToBool Bjørn Erik Pedersen 2016-09-26 10:25:08 +0200
  • f5e28046c2 Add ToBoolSlice() M@ 2016-09-19 16:26:41 -0400
  • 60e7a69a42 Add ToBoolSlice() M@ 2016-09-19 16:26:41 -0400
  • d6087e9fee Fixe `ToDurationE()` Chih-Hung Yeh 2016-09-20 04:24:24 +0800
  • fa673d63c1 Fixe `ToDurationE()` Chih-Hung Yeh 2016-09-20 04:24:24 +0800
  • d0332e9ed2 FIx ToStringMapStringSliceE Feng 2016-09-20 04:22:46 +0800
  • 4532b05430 FIx ToStringMapStringSliceE Feng 2016-09-20 04:22:46 +0800
  • 572e61922c Merge c777bb1828 into e31f36ffc9 Antti Kupila 2016-09-19 20:16:47 +0000
  • c777bb1828 Fix multiple interface{} values to ToStringMapStringSliceE akupila 2016-09-19 22:06:44 +0200
  • 282f7f4414 Adding method to support int64 slice Abhi Agarwal 2016-08-30 19:36:22 -0400
  • 506727ec9a Log the To* invocations as TRACE Bjørn Erik Pedersen 2016-07-30 11:20:37 +0200
  • 8aad1414f2 Add support for the other html template types Bjørn Erik Pedersen 2016-03-03 20:15:55 +0100
  • b8ed008aa5 Add a ToInt64() and necessary plumbing Matt Keller 2016-01-28 13:41:34 -0500
  • c3e640f985 Add ability to cast int64's to strings Matt Keller 2016-01-28 13:33:21 -0500
  • d458f8d653 Add bool case to ToStringE Cyrill Schumacher 2015-11-26 07:42:19 +0100
  • be9a1bf17e Add int64 and float64 type coercion in ToDuration Tyler Power 2015-11-23 09:21:13 +1300
  • 9f0ba92522 add date formats found in jekyll posts Jeff Hodges 2015-08-01 19:34:06 -0700
  • e90961f0c4 adding back default statements and adding comments and cleanups jackspirou 2015-07-31 13:57:57 -0500
  • c52a308c2c adding unit tests for ToStringMapString and ToStringMapStringSlice methods jackspirou 2015-07-31 13:44:36 -0500
  • 2948175698 adding ToStringMapStringSlice method jackspirou 2015-07-30 15:13:54 -0500
  • 416a2874d5 Add support for template.URL bep 2015-06-07 18:35:28 +0200
  • d86932036e Make ToIntSliceE more flexible bep 2015-02-25 14:50:44 +0100
  • 2e56615389 Add ToIntSlice bep 2015-02-24 11:58:16 +0100
  • c329e483ad Add ToDuration Chance Zibolski 2015-02-18 18:56:24 -0800
  • c3249683e8 Use strings.Fields Chance Zibolski 2015-02-19 09:58:55 -0800
  • a20148645b ToStringSliceE: Support string values Chance Zibolski 2015-02-18 18:44:31 -0800
  • 548a8c7168 Add support for pointers to basic types spf13 2015-01-01 00:23:46 -0500
  • b4d70dd7f5 Add proper support for error -> string and Stringer -> string. spf13 2014-12-31 23:48:55 -0500
  • 3efc767833 Defaulted .ToStringE to use reflection to find a stringer element Derek Perkins 2014-12-09 08:12:03 -0700
  • 168fa9c54b Add support for HTML to String bep 2014-12-09 14:17:55 +0100
  • ab8910ac85 Updated README, it was describing the wrong return type txgruppi 2014-11-19 18:15:05 +0000
  • c57ccf8bbe Updated to return bool false only for zero txgruppi 2014-11-19 18:08:49 +0000
  • ba8259276f Add ToStringMapBool bep 2014-11-06 11:32:02 +0100
  • 476d66eae2 Removed forgotten fmt.Println("here") Asdine El Hrychy 2014-08-31 17:51:20 +0200
  • 211a300832 Added ToBool case for string, and added ToBool test cases Romain Baugue 2014-08-31 03:16:09 +0200
  • e7a65d0aba Adding ToSlice spf13 2014-04-26 16:56:25 -0600
  • 9aa4c620a8 Caste now returns error instead of bool. spf13 2014-04-24 10:21:33 -0600
  • cc8bb26ffd Handling another case (map[string]interface{}) spf13 2014-04-07 22:40:49 -0400
  • 6f7297ca1b adding Int to Float. Testing for float spf13 2014-04-07 11:43:25 -0400
  • 61ff8bf802 Handling complex cases where input matches expected output spf13 2014-04-07 11:42:50 -0400
  • f83bf57543 Writing the README. Handling a few more cases, adding more tests. spf13 2014-04-05 15:18:23 -0400
  • f26a74dd99 initial commit of library & tests spf13 2014-04-05 01:21:52 -0400
  • 11826804c8 Initial commit Steve Francia 2014-04-03 11:21:16 -0700
  • f9e8796b76 Merge 1432793759 into e31f36ffc9 Joshua Rubin 2016-08-02 10:51:50 +0000
  • 8b56e258db Log the To* invocations as TRACE Bjørn Erik Pedersen 2016-07-30 11:20:37 +0200
  • e31f36ffc9 Log the To* invocations as TRACE Bjørn Erik Pedersen 2016-07-30 11:20:37 +0200
  • 94ab79dff0 update test 高峰 2016-06-30 19:48:25 +0800
  • c8fb022791 Update caste.go Feng 2016-06-30 11:36:40 +0800
  • fa02c0e2d7 Fixed `ToDurationE()`: More cases were added chyeh 2016-06-21 12:34:02 +0800
  • 1432793759
    fix bug identifying StringMapStringSlice Joshua Rubin 2016-06-07 20:49:06 -0600
  • 1c4fc488b6 Add a ToBoolSlice() and necessary plumbing Matt Keller 2016-04-23 19:19:37 -0400
  • 7bb19bef64 Add ToTimeInDefaultLocation/E Heewa Barfchin 2016-03-16 14:25:51 -0400
  • 3aaefdbf6a Add support for the other html template types Bjørn Erik Pedersen 2016-03-03 20:15:55 +0100
  • 27b586b42e Add support for the other html template types Bjørn Erik Pedersen 2016-03-03 20:15:55 +0100
  • 41c779ff0f Merge 3f8bbb0796 into 0eed3d1b35 M@ 2016-03-14 19:20:03 +0000
  • 9715267734 Add a ToInt64() and necessary plumbing Matt Keller 2016-01-28 13:41:34 -0500
  • 0eed3d1b35 Add a ToInt64() and necessary plumbing Matt Keller 2016-01-28 13:41:34 -0500
  • a1423fc5cb Add ability to cast int64's to strings Matt Keller 2016-01-28 13:33:21 -0500
  • 7c7add0129 Add ability to cast int64's to strings Matt Keller 2016-01-28 13:33:21 -0500
  • a84ea1c7ec Add support for the other html template types Bjørn Erik Pedersen 2016-03-03 20:15:55 +0100
  • 3f8bbb0796 Adds a ToInt64() and necessary plumbing Matt Keller 2016-01-28 13:41:34 -0500
  • 61d94a3ae0 Adds ability to cast int64's to strings Matt Keller 2016-01-28 13:33:21 -0500
  • 231a396cd1 Add bool case to ToStringE Cyrill Schumacher 2015-11-26 07:42:19 +0100
  • ee7b3e0353 Add bool case to ToStringE Cyrill Schumacher 2015-11-26 07:42:19 +0100
  • fc2a835062 Add bool case to ToStringE Cyrill Schumacher 2015-11-26 07:42:19 +0100
  • 865ef5b570 Add int64 and float64 type coercion in ToDuration Tyler Power 2015-11-23 09:21:13 +1300
  • 6770a32f65 Add int64 and float64 type coercion in ToDuration Tyler Power 2015-11-23 09:21:13 +1300
  • c90f69802d add date formats found in jekyll posts Jeff Hodges 2015-08-01 19:34:06 -0700
  • ee815aaf95 add date formats found in jekyll posts Jeff Hodges 2015-08-01 19:34:06 -0700
  • a26adebe7c Merge 7baba5353a into 1c4ba956f5 Jack Spirou 2015-08-03 16:36:23 +0000
  • 7f89bd90d6 adding back default statements and adding comments and cleanups jackspirou 2015-07-31 13:57:57 -0500
  • 1c4ba956f5 adding back default statements and adding comments and cleanups jackspirou 2015-07-31 13:57:57 -0500
  • 5c45f385d3 adding unit tests for ToStringMapString and ToStringMapStringSlice methods jackspirou 2015-07-31 13:44:36 -0500
  • d7ba796a5f adding unit tests for ToStringMapString and ToStringMapStringSlice methods jackspirou 2015-07-31 13:44:36 -0500
  • f470482ee6 adding ToStringMapStringSlice method jackspirou 2015-07-30 15:13:54 -0500
  • 7ed57e5c41 adding ToStringMapStringSlice method jackspirou 2015-07-30 15:13:54 -0500
  • d724f0264d Merge bee9d22b75 into 893a4154d1 Bjørn Erik Pedersen 2015-08-03 16:35:51 +0000
  • 630f70c55b Add support for template.URL bep 2015-06-07 18:35:28 +0200
  • 893a4154d1 Add support for template.URL bep 2015-06-07 18:35:28 +0200
  • 4d1d33f2b5 add date formats found in jekyll posts Jeff Hodges 2015-08-01 19:34:06 -0700
  • 7baba5353a adding back default statements and adding comments and cleanups jackspirou 2015-07-31 13:57:57 -0500
  • 9b6ca94623 adding unit tests for ToStringMapString and ToStringMapStringSlice methods jackspirou 2015-07-31 13:44:36 -0500
  • d2e80cab41 adding ToStringMapStringSlice method jackspirou 2015-07-30 15:13:54 -0500
  • bee9d22b75 Add support for template.URL bep 2015-06-07 18:35:28 +0200
  • d1043da06d Merge 7ac747080a into 4d07383ffe Bjørn Erik Pedersen 2015-05-08 19:17:45 +0000
  • d5fbab11ba Make ToIntSliceE more flexible bep 2015-02-25 14:50:44 +0100
  • 4d07383ffe Make ToIntSliceE more flexible bep 2015-02-25 14:50:44 +0100
  • 7ac747080a Make ToIntSliceE more flexible bep 2015-02-25 14:50:44 +0100
  • 87a366f392 Merge 5db8dfc0bf into 2c4fdb5416 Bjørn Erik Pedersen 2015-02-24 17:08:16 +0000
  • aa9165b0a4 Add ToIntSlice bep 2015-02-24 11:58:16 +0100
  • 2c4fdb5416 Add ToIntSlice bep 2015-02-24 11:58:16 +0100