Skip to content

fix: normalize Go module path to lowercase - #140

Merged
cjh1 merged 1 commit into
mainfrom
127-rename
Sep 10, 2026
Merged

cjh1 merged 1 commit into
mainfrom
127-rename

Conversation

@cjh1

@cjh1 cjh1 commented Sep 10, 2026

Copy link
Copy Markdown
Member

Fixes #127

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • I have updated the relevant documentation (CLI examples, man pages, README, other docs, etc.)
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Dependency update
  • Build system/CI

Signed-off-by: Chris Harris <cjh@lbl.gov>
@cjh1
cjh1 requested a review from synackd September 10, 2026 20:29

@synackd synackd left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 🪨

@cjh1
cjh1 merged commit 8416bb1 into main Sep 10, 2026
4 checks passed
@cjh1
cjh1 deleted the 127-rename branch September 10, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Normalize Go module path

2 participants