8000 simplify code · Issue #3 · arvancloud/redins · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
simplify code #3
Open
Open
@abzcoding

Description

@abzcoding

if g.Enable == false {

if g.Enable == false {

if g.Enable == false {

can be simplified to !g.Enable


if h.Enable == false {

if h.Enable == false {

can be simplified to !h.Enable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0