lazyenv is maintained by Steven Raimondi (@lazynop).
Found a bug or have a feature request? Open an issue on GitHub.
- Go 1.26+
- just (task runner)
just build # build to bin/lazyenv
just test # run tests only
just check # fmt + vet + tests (same as CI)Run just fix to apply Go modernization fixes, then make sure just check passes with no errors:
just fix
just checkBy contributing, you agree that your contributions will be licensed under the MIT License.