Skip to content

[Core] Fix named imports across the entire codebase #884

@Olshansk

Description

@Olshansk

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

Metadata

Metadata

Assignees

Labels

coreCore infrastructure - protocol relatedcore starter taskGood for newcomers, but aimed at core team members though still open for everyone

Type

No type
No fields configured for issues without a type.

Projects

Status
Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions