pocket icon indicating copy to clipboard operation
pocket copied to clipboard

[Core] Fix named imports across the entire codebase

Open Olshansk opened this issue 1 year ago • 5 comments

Objective

Follow best Golang practices w.r.t named imports

Origin Document

Screenshot 2023-07-05 at 2 50 44 PM

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 CamelCase and change them to snake_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 LocalNet is still functioning correctly by following the instructions at docs/development/README.md
  • [ ] k8s LocalNet: verify a k8s LocalNet is still functioning correctly by following the instructions here

Creator: @Olshansk

Olshansk avatar Jul 05 '23 22:07 Olshansk