1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/codec
Shubhendra Singh Chauhan 26b859c4f9
improve code quality (#2128)
* Fix inefficient string comparison

* Fix unnecessary calls to Printf

* Canonicalize header key

* Replace `t.Sub(time.Now())` with `time.Until`

* Remove unnecessary blank (_) identifier

* Remove unnecessary use of slice

* Remove unnecessary comparison with bool
2021-02-25 08:30:35 +00:00
..
bytes v3 (#2104) 2021-01-20 13:54:31 +00:00
grpc improve code quality (#2128) 2021-02-25 08:30:35 +00:00
json v3 (#2104) 2021-01-20 13:54:31 +00:00
jsonrpc v3 (#2104) 2021-01-20 13:54:31 +00:00
proto v3 (#2104) 2021-01-20 13:54:31 +00:00
protorpc v3 (#2104) 2021-01-20 13:54:31 +00:00
text v3 (#2104) 2021-01-20 13:54:31 +00:00
codec.go fixes for safe conversation and avoid panics (#1213) 2020-02-18 23:05:38 +00:00