redins icon indicating copy to clipboard operation
redins copied to clipboard

simplify code

Open abzcoding opened this issue 6 years ago • 0 comments

https://github.com/arvancloud/redins/blob/2c66e463d1dcb5d2b0a8106236f990810fe7c522/geoip/geoip.go#L36 https://github.com/arvancloud/redins/blob/2c66e463d1dcb5d2b0a8106236f990810fe7c522/geoip/geoip.go#L69 https://github.com/arvancloud/redins/blob/2c66e463d1dcb5d2b0a8106236f990810fe7c522/geoip/geoip.go#L119 can be simplified to !g.Enable


https://github.com/arvancloud/redins/blob/2c66e463d1dcb5d2b0a8106236f990810fe7c522/healthcheck/healthcheck.go#L307 https://github.com/arvancloud/redins/blob/2c66e463d1dcb5d2b0a8106236f990810fe7c522/healthcheck/healthcheck.go#L370 can be simplified to !h.Enable

abzcoding avatar Feb 25 '19 11:02 abzcoding