48 Commits

Author SHA1 Message Date
Fatih Arslan
878a968ab2 Closing a chapter 2018-10-10 19:17:57 -04:00
Ryan
2b2a140b73
Minor clarification in the README 2018-09-13 15:29:07 -06:00
Fatih Arslan
12ff68a6f4 README.md: make example better 2016-02-24 10:23:52 +02:00
Martin Czygan
16e63b69c7 correct typo in README 2015-05-26 00:18:54 +02:00
Fatih Arslan
c06d8730d4 structs: add Names() api call. Closes #26 2015-04-18 23:05:59 +03:00
Fatih Arslan
bc210cbd8c Update README.md 2014-12-10 10:47:00 +02:00
John
84547ff118 Fix misspelling in README 2014-11-14 11:39:18 +01:00
Fatih Arslan
5195e6e0a9 Update README.md 2014-10-28 20:17:23 +02:00
Fatih Arslan
8a1e78be51 Update README.md 2014-10-28 20:16:26 +02:00
Fatih Arslan
6321ca4452 Update README.md 2014-10-28 19:35:47 +02:00
Fatih Arslan
ebbcf66cbe readme: add example about field fields 2014-08-17 20:32:57 +03:00
Fatih Arslan
8292271263 field: add Kind() method 2014-08-15 12:39:28 +03:00
Fatih Arslan
add65496af field: add Set() method for setting fields 2014-08-15 12:26:36 +03:00
Fatih Arslan
f3d3802cda structure -> structs renaming 2014-08-13 22:53:15 +03:00
Fatih Arslan
353ac3c164 Readme: small typo 2014-08-11 04:17:19 +03:00
Fatih Arslan
d06e3eb5fe structure: improve examples 2014-08-11 04:15:58 +03:00
Fatih Arslan
1c91005c39 structure: more improvements 2014-08-11 03:53:35 +03:00
Fatih Arslan
091a0feb9b travis: add coverage 2014-08-08 14:06:49 +03:00
Fatih Arslan
13b7095115 Update README.md 2014-08-05 17:01:25 +03:00
Fatih Arslan
241e969210 structure: add IsZero() back that checks all fields 2014-08-05 16:54:01 +03:00
Fatih Arslan
301494b442 structure: rename IsZero to HasZero
This reflect the intention of this function much better. Suggestion is
from golang-nuts.
2014-08-05 16:28:49 +03:00
Fatih Arslan
69a6a30d8e Update README.md 2014-08-04 00:49:29 +03:00
Fatih Arslan
dc92ad5a15 Update readme.md 2014-08-03 22:23:57 +03:00
Fatih Arslan
0bde053c03 Update README.md 2014-08-03 22:23:08 +03:00
Fatih Arslan
53685825f9 Remove WIP 2014-07-30 23:19:49 +03:00
Fatih Arslan
31b952e111 structure: Add Has() method, fix IsZero() 2014-07-30 22:01:18 +03:00
Fatih Arslan
778d3311fd strucuture: rename IsValid to IsZero 2014-07-30 21:10:26 +03:00
Fatih Arslan
0aaea945f5 structure: add Name() function 2014-07-30 17:43:09 +03:00
Fatih Arslan
e69be9c8a4 Update README.md 2014-07-30 02:25:34 +03:00
Fatih Arslan
3a3a3259e4 Add WIP note 2014-07-30 02:23:49 +03:00
Fatih Arslan
38f7313fbb Updat readme.md 2014-07-29 23:38:57 +03:00
Fatih Arslan
af17259375 Convert ToSlice() to Values() 2014-07-29 23:07:59 +03:00
Fatih Arslan
32b1a23aeb structure: convert ToMap() to Map() 2014-07-29 23:01:00 +03:00
Fatih Arslan
2d4d14a6c8 structure: add Fields() function, closes #4 2014-07-27 23:52:52 +03:00
Fatih Arslan
afdeeccc8b structure: remove returning error, it should panic just like reflect
package
2014-07-27 23:38:29 +03:00
Fatih Arslan
68345fdc8f Update README.md 2014-07-27 17:01:33 +03:00
Fatih Arslan
9d01c85dab Fix typo in README.md 2014-07-27 16:59:46 +03:00
Fatih Arslan
30e8ac277e Update README.md 2014-07-27 16:59:21 +03:00
Fatih Arslan
e7708e7aa2 Fix README.md 2014-07-27 16:54:16 +03:00
Fatih Arslan
e8a7d20d51 structure: add ToSlice() , closes #3 2014-07-27 16:53:29 +03:00
Fatih Arslan
e10d13000f Update README.md 2014-07-27 14:55:29 +03:00
Fatih Arslan
716932739a structure: add IsStruct() method 2014-07-27 14:48:26 +03:00
Fatih Arslan
0b38db7f76 Update README.md 2014-07-26 20:01:53 +03:00
Fatih Arslan
76054e3735 Update README.md
Also add GOLANG for google search visibility.
2014-07-26 19:38:58 +03:00
Fatih Arslan
d38308cd6b Add test for non struct 2014-07-26 17:46:48 +03:00
Fatih Arslan
4f9899b12b Update README.md 2014-07-26 17:43:29 +03:00
Fatih Arslan
c8876826eb structure: add travis, example and fix of pointer to struct 2014-07-26 17:41:27 +03:00
Fatih Arslan
9916e00467 Initial commit 2014-07-26 14:08:52 +03:00