Avoid os.Exit
Recipe ID
org.openrewrite.golang.codequality.AvoidOsExitArtifactgithub.com/moderneinc/recipes-goRemove os.Exit(0) calls and flag non-zero os.Exit(n) which bypass deferred functions and cleanup.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.golang.codequality.AvoidOsExitIf the recipe isn’t available locally, install it with:
mod config recipes go install github.com/moderneinc/recipes-go