goutils

module
v2.2.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2026 License: MIT

README

goutils

License Go Report Card Coverage Status

[!WARNING] This project is no longer maintained as of June 2026. The repo is archived and read-only. The existing v2.2.8 and earlier tags will keep working through the Go module proxy, but there will be no further releases, fixes, or dependency updates. Fork it if you want to keep using or building on it.

This repo is comprised of utilities that I use across various go projects.

Dependencies


For Contributors and Developers

  1. Fork this project

  2. Install dependencies:

    mage installDeps
    
  3. Update and run pre-commit hooks locally:

    mage runPreCommit
    

Create New Release

  • Download and install the gh cli tool:

  • Install changelog extension:

    gh extension install chelnak/gh-changelog
    
  • Generate changelog:

    NEXT_VERSION=v1.1.3
    gh changelog new --next-version "${NEXT_VERSION}"
    
  • Create release:

    gh release create "${NEXT_VERSION}" -F CHANGELOG.md
    

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL