1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00
go-micro/auth
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
..
auth.go separate rules and auth 2020-12-12 20:08:39 +00:00
noop.go Rename default.go to noop.go 2020-12-29 16:24:31 +00:00
options.go refactor all the things 2020-12-29 15:49:26 +00:00
rules_test.go move rules 2020-12-12 19:08:36 +00:00
rules.go improve code quality (#2128) 2021-02-25 08:30:35 +00:00