← All recipes
Moderne licensed

Avoid os.Exit

Recipe IDorg.openrewrite.golang.codequality.AvoidOsExitArtifactgithub.com/moderneinc/recipes-go

Remove 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.AvoidOsExit

If the recipe isn’t available locally, install it with:

mod config recipes go install github.com/moderneinc/recipes-go