1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00
go-micro/api
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
..
handler improve code quality (#2128) 2021-02-25 08:30:35 +00:00
internal/proto Further consolidate the libraries 2019-06-03 18:44:43 +01:00
proto regenerate all proto (#1440) 2020-03-30 21:58:32 +01:00
resolver v3 (#2104) 2021-01-20 13:54:31 +00:00
router v3 (#2104) 2021-01-20 13:54:31 +00:00
server v3 (#2104) 2021-01-20 13:54:31 +00:00
api_test.go api/router: avoid unneeded loops and fix path match (#1594) 2020-04-29 15:23:10 +03:00
api.go v3 (#2104) 2021-01-20 13:54:31 +00:00