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`
redins/geoip/geoip.go
Line 36 in 2c66e46
redins/geoip/geoip.go
Line 69 in 2c66e46
redins/geoip/geoip.go
Line 119 in 2c66e46
can be simplified to
!g.Enableredins/healthcheck/healthcheck.go
Line 307 in 2c66e46
redins/healthcheck/healthcheck.go
Line 370 in 2c66e46
can be simplified to
!h.Enable