Skip to content

chore: sort imports#571

Merged
kp2099 merged 1 commit intomainfrom
chore/sort-imports
Oct 16, 2025
Merged

chore: sort imports#571
kp2099 merged 1 commit intomainfrom
chore/sort-imports

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Description

Sorted imports for improved readability and to follow Go import grouping conventions.

Resolved Issues

Sorted imports for improved readability and to follow Go import grouping conventions.

Rollback Plan

Revert commit.

Changes to Security Controls

None.

Sorted imports for improved readability and to follow Go import grouping conventions.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam self-assigned this Oct 14, 2025
@tenthirtyam tenthirtyam requested a review from a team as a code owner October 14, 2025 12:46
Copilot AI review requested due to automatic review settings October 14, 2025 12:46
@tenthirtyam tenthirtyam added technical-debt Technical Debt chore Chore labels Oct 14, 2025
@tenthirtyam tenthirtyam added this to the v2.1.0 milestone Oct 14, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reorganizes import statements in main.go to follow Go's standard import grouping conventions, separating standard library imports from third-party packages.

  • Moved standard library import (log) to appear before third-party imports
  • Maintained proper spacing between import groups

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@tenthirtyam tenthirtyam requested a review from kp2099 October 14, 2025 12:46
@kp2099 kp2099 merged commit 4a34615 into main Oct 16, 2025
14 checks passed
@kp2099 kp2099 deleted the chore/sort-imports branch October 16, 2025 11:07
@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore technical-debt Technical Debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants