54 コミット (master)

作成者 SHA1 メッセージ 日付
  K4rian 1ffadf5510 Fix uint, uint8, uint16, uint32 and uint64 conversion in ToStringE function. 4年前
  Bjørn Erik Pedersen 8c9545af88 Fix Travis build 5年前
  Theofanis Despoudis 4dd38b8b57 Add support for map of int64 and map of int 5年前
  Ben Orchard 8934aa3ddd StringToDate: +more RFC3339 forms without TZ colon 5年前
  Xavier Vello 9ebc15c905 Add support for maps defined as a json string 6年前
  Roman Volosatovs acbeb36b90 Add ToDurationSlice() 7年前
  Cameron Moore 816e3433fe Small simplifications 7年前
  Cameron Moore 1ad7d3c5ed Use single defined error for negatives 7年前
  Cameron Moore 758cd85768 Error on unsigned conversions of negative values 7年前
  Cameron Moore d37435d953 Add additional type conversions 7年前
  Cameron Moore 4f1683a224 Update and standardize error messages 7年前
  Cameron Moore 1dfd38810f Fix issues found by gosimple 7年前
  Cameron Moore e71c5a68f1 Update godoc comments 7年前
  chyeh e4f8127058 Add `ToInt8`, `ToInt16` and `ToInt32` 7年前
  Cameron Moore f820543c35 Fix regression in StringToDate 7年前
  Cameron Moore d1139bab1c Add missing time formats and tests 7年前
  Cameron Moore 56a7ecbeb1 Add Unix epoch support to ToTimeE 7年前
  emacsist 24b6558033 Add "yyyy-MM-dd HH:mm:ss" string format 7年前
  Bjørn Erik Pedersen 2580bc98dc Remove expensive TRACE logging 7年前
  M@ 60e7a69a42 Add ToBoolSlice() 7年前
  Chih-Hung Yeh fa673d63c1 Fixe `ToDurationE()` 7年前
  Feng 4532b05430 FIx ToStringMapStringSliceE 7年前
  Bjørn Erik Pedersen e31f36ffc9 Log the To* invocations as TRACE 7年前
  Bjørn Erik Pedersen 27b586b42e Add support for the other html template types 8年前
  Matt Keller 0eed3d1b35 Add a ToInt64() and necessary plumbing 8年前
  Matt Keller 7c7add0129 Add ability to cast int64's to strings 8年前
  Cyrill Schumacher ee7b3e0353 Add bool case to ToStringE 8年前
  Tyler Power 6770a32f65 Add int64 and float64 type coercion in ToDuration 8年前
  Jeff Hodges ee815aaf95 add date formats found in jekyll posts 8年前
  jackspirou 1c4ba956f5 adding back default statements and adding comments and cleanups 8年前
  jackspirou d7ba796a5f adding unit tests for ToStringMapString and ToStringMapStringSlice methods 8年前
  jackspirou 7ed57e5c41 adding ToStringMapStringSlice method 8年前
  bep 893a4154d1 Add support for template.URL 9年前
  bep 4d07383ffe Make ToIntSliceE more flexible 9年前
  bep 2c4fdb5416 Add ToIntSlice 9年前
  Chance Zibolski 3cc9db95ac Add ToDuration 9年前
  Chance Zibolski dace11d497 Use strings.Fields 9年前
  Chance Zibolski b24b4ff690 ToStringSliceE: Support string values 9年前
  spf13 2318c5caf2 Add support for pointers to basic types 9年前
  spf13 421411cf35 Add proper support for error -> string and Stringer -> string. 9年前
  Derek Perkins c0388c79a0 Defaulted .ToStringE to use reflection to find a stringer element 9年前
  bep 0a58809502 Add support for HTML to String 9年前
  txgruppi ed6dd5ade6
Updated to return bool false only for zero 9年前
  bep bbe2d4b35d Add ToStringMapBool 9年前
  Asdine El Hrychy 770890fb15 Removed forgotten fmt.Println("here") 9年前
  Romain Baugue 075c75a269 Added ToBool case for string, and added ToBool test cases 9年前
  spf13 99f1223ff6 Adding ToSlice 10年前
  spf13 d578378de0 Caste now returns error instead of bool. 10年前
  spf13 b252e9f21d Handling another case (map[string]interface{}) 10年前
  spf13 5a9b0d4cc3 adding Int to Float. Testing for float 10年前