zlog/internal/json
nichady c0c2e11fc3
Consistent casing, redundancy, and spelling/grammar (#391)
* fix casing
* remove redundant type conversions
* remove unnecessary append
x = append(y) is equivalent to x = y
* fix grammar and spelling
* rename file to enforce consistent casing with other READMEs in this repo
2021-12-21 13:07:54 +01:00
..
base.go Add ability to customize internal json marshaler (#318) 2021-05-20 14:46:36 +02:00
bytes.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
bytes_test.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
string.go Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00
string_test.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
time.go Add Unix time format for microseconds (#188) 2019-10-09 20:35:32 -07:00
types.go Consistent casing, redundancy, and spelling/grammar (#391) 2021-12-21 13:07:54 +01:00
types_test.go Fix JSON when object is first to be pushed (#154) 2019-06-04 23:48:09 -07:00