165 Commits

Author SHA1 Message Date
Saddam H
c5a02b5187 Struct field Ip -> IP 2017-10-08 14:57:58 +06:00
Saddam H
332cb05730 Typo fix 2017-10-08 14:51:51 +06:00
Fatih Arslan
7e5a8eef61 Merge pull request #89 from miku/printf-wrong-verb
correct printf verb
2017-06-12 15:55:44 +03:00
Martin Czygan
4ee1ba06c3 correct printf verb 2017-06-12 11:45:43 +02:00
Fatih Arslan
74a29b9fac Merge pull request #87 from AlekSi/patch-1
Test with Go 1.8 too
2017-05-24 10:56:31 +03:00
Alexey Palazhchenko
3ca412ce4c Test with Go 1.8 too 2017-05-24 10:44:19 +03:00
Fatih Arslan
a720dfa8df Merge pull request #80 from fatih/update-travis
travis: use always latest Go version
2017-01-03 10:10:50 +02:00
Fatih Arslan
4655d20885 travis: use always latest Go version 2017-01-03 11:08:14 +03:00
Fatih Arslan
0b69e6503f example_test: change name for clarity 2017-01-03 11:07:35 +03:00
Fatih Arslan
1de5ce0378 Merge pull request #78 from fatih/update-travis
travis: update to go 1.7
2016-12-30 14:22:56 +02:00
Fatih Arslan
c87282c836 travis: update to go 1.7 2016-12-30 15:19:06 +03:00
Fatih Arslan
4d2cc36e7e Merge pull request #77 from fatih/fix-interface-type-with-map-value
structs: fix interface{} type with map values
2016-12-30 14:18:12 +02:00
Fatih Arslan
1fe66a405b structs: fix interface{} type with map values
Fixes #76
2016-12-30 15:14:37 +03:00
Fatih Arslan
dc3312cb1a struct: add comment about the if clause 2016-08-07 19:55:29 -04:00
Fatih Arslan
bf7dff7189 Merge pull request #70 from 17media/ptr-struct
Nest into struct for slice of pointer of struct
2016-08-07 19:54:23 -04:00
Roy Lou
d12dfe1bb0 nest into struct for slice of pointer of struct 2016-07-27 08:05:16 +08:00
Fatih Arslan
14f46232cd Merge pull request #69 from kuangchanglang/master
fix: panic when passing pointer to pointer as param
2016-07-19 16:45:16 -04:00
kcln1687
5f175bf3fc fix: panic when passing pointer to pointer as param 2016-07-19 21:20:03 +08:00
Fatih Arslan
be738c8546 Merge pull request #67 from mammothbane/master
field: test CanSet failure
2016-07-01 04:07:57 +03:00
Nathan Perry
3ecfced575
field: test CanSet failure 2016-06-30 18:53:11 -04:00
Fatih Arslan
bfcf7eedca Merge pull request #63 from webguerilla/2016.06.23-doc_fix
Fixed flatten documentation
2016-06-23 01:35:22 +03:00
marco
ab16a9c6b1 fixed flatten documentation 2016-06-23 00:28:15 +02:00
davrux
c7685df069 Will not panic on interface type in struct. (#62)
* Will not panic on interface type in struct.
2016-06-15 19:13:29 +03:00
Fatih Arslan
f23af605df Merge pull request #60 from fatih/map-type-support
structs: add support for map and slice type
2016-06-14 00:29:24 +03:00
Fatih Arslan
f7e369b900 structs: add support for map and slice type
Fixes #58
2016-06-13 13:14:00 +03:00
Fatih Arslan
5ada2f449b Merge pull request #57 from asdine/setOnNestedField
Fix set value on nested field
2016-06-01 12:31:17 +03:00
Asdine El Hrychy
ca506a75fe Fix set value on nested field 2016-06-01 11:26:46 +02:00
Fatih Arslan
3fe2facc32 Merge pull request #53 from Acklio/fix-tests-print-verb
Fix print verb in a test
2016-05-19 16:58:40 +03:00
Fatih Arslan
fe6055a020 Merge pull request #52 from Acklio/fix-godoc
Fix some methods' descriptions to match code
2016-05-19 16:57:51 +03:00
Ivaylo Petrov
b2568a7cd2 Fix some methods' descriptions to match code 2016-05-19 14:48:26 +02:00
Ivaylo Petrov
dd0e61ff4e Fix print verb in a test 2016-05-19 14:45:17 +02:00
n3wtron
24f3e1df2f created flatnested tag to convert the anonymous field in a flat map (#46)
* flat fields with the new flatten tag
* added flatten tag documentation
2016-05-10 15:09:22 +03:00
Fatih Arslan
e5ca5fe90d Merge pull request #50 from kamronbatman/patch-1
[Typo] Fixes a typo in field.go
2016-05-05 12:04:36 +03:00
Kamron Batman
837933458a [Typo] Fixes a typo in field.go
Removes an extra 'of' in field.go
2016-05-04 17:19:15 -07:00
Fatih Arslan
73c4e3dc02 Update .travis.yml 2016-03-17 11:28:53 +02:00
Fatih Arslan
ff332a1b02 structs: add tests for FillMap 2016-03-14 13:56:43 +02:00
Fatih Arslan
0a6321f45c Merge pull request #49 from polaris1119/master
Add FillMap(s interface{}, out map[string]interface{})
2016-03-14 13:52:22 +02:00
polaris
179aa9d3d4 Add FillMap(s interface{}, out map[string]interface{}) 2016-03-14 17:00:24 +08:00
Fatih Arslan
12ff68a6f4 README.md: make example better 2016-02-24 10:23:52 +02:00
Fatih Arslan
a924a2250d Merge pull request #44 from shawnps/patch-3
typo
2016-01-23 12:59:39 -05:00
Shawn Smith
d285456bdb Update field.go 2016-01-22 21:29:07 -08:00
Fatih Arslan
d98fb2baf2 Merge pull request #41 from kunalpowar/string-opt-with-tag
use stringer if string tag option is used
2016-01-19 10:24:49 -05:00
Kunal Powar
89d5c9d448 use stringer if string tag option is used 2016-01-19 12:32:10 +05:30
Fatih Arslan
dd04ebad3d Merge pull request #42 from shawnps/patch-2
fix typos
2016-01-08 22:11:27 -05:00
Shawn Smith
24ec389e82 fix typos 2015-12-31 14:24:59 +09:00
Fatih Arslan
9a7733345f Merge pull request #40 from gocontrib/fix-time-nesting
fix nesting of time fields
2015-11-26 12:33:33 +02:00
sergeyt
77ad876ced updated the fix to avoid performance impact (PR #40) 2015-11-24 20:12:59 +06:00
sergeyt
80b007702e fix nesting of time fields 2015-11-23 01:41:40 +06:00
Fatih Arslan
d2e1722aca Merge pull request #39 from mammothbane/travis
switch travis builds to recommended container-based infrastructure
2015-11-21 20:16:45 +02:00
Fatih Arslan
64739a1bac Merge pull request #38 from mammothbane/master
add Zero function to field
2015-11-21 19:42:47 +02:00