-
Notifications
You must be signed in to change notification settings - Fork 33
[Core] Fix named imports across the entire codebase #884
Copy link
Copy link
Open
Labels
coreCore infrastructure - protocol relatedCore infrastructure - protocol relatedcore starter taskGood for newcomers, but aimed at core team members though still open for everyoneGood for newcomers, but aimed at core team members though still open for everyone
Milestone
Description
Objective
Follow best Golang practices w.r.t named imports
Origin Document
Goals
- Follow best practices in Go
- Stay consistent w.r.t imports throughout the codebase
Deliverable
- Identify and update all named imports in Go that are
CamelCaseand change them tosnake_case
Non-goals / Non-deliverables
- Any business logic changes
General issue deliverables
- Update the appropriate CHANGELOG(s)
- Update any relevant local/global README(s)
- Update relevant source code tree explanations
- Add or update any relevant or supporting mermaid diagrams
Testing Methodology
- Task specific tests or benchmarks:
make ... - New tests or benchmarks:
make ... - All tests:
make test_all - LocalNet: verify a
LocalNetis still functioning correctly by following the instructions at docs/development/README.md - k8s LocalNet: verify a
k8s LocalNetis still functioning correctly by following the instructions here
Creator: @Olshansk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreCore infrastructure - protocol relatedCore infrastructure - protocol relatedcore starter taskGood for newcomers, but aimed at core team members though still open for everyoneGood for newcomers, but aimed at core team members though still open for everyone
Type
Projects
Status
Backlog
