1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/client
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
..
backoff_test.go format results in TestBacloff 2020-01-30 20:08:03 +03:00
backoff.go v3 (#2104) 2021-01-20 13:54:31 +00:00
cache_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
cache.go v3 (#2104) 2021-01-20 13:54:31 +00:00
client.go v3 (#2104) 2021-01-20 13:54:31 +00:00
common_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
context.go switch to stdlib context 2018-03-03 11:53:52 +00:00
options_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
options.go v3 (#2104) 2021-01-20 13:54:31 +00:00
retry.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_client_test.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_client.go improve code quality (#2128) 2021-02-25 08:30:35 +00:00
rpc_codec.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_message.go add message options 2018-05-10 17:33:54 +01:00
rpc_request_test.go rename method to endpoint 2019-01-10 21:25:31 +00:00
rpc_request.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_response.go v3 (#2104) 2021-01-20 13:54:31 +00:00
rpc_stream.go v3 (#2104) 2021-01-20 13:54:31 +00:00
wrapper.go v3 (#2104) 2021-01-20 13:54:31 +00:00