Inconsistent package name of "transport"
Open
- Dominant language
- Java
- Stars
- 255
- Forks
- 81
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 7
Description
https://github.com/aws/smithy-go/blob/main/endpoints/endpoint.go
The directory is `endpoint` but the package is `transport`. This violates Go's naming conventions.
Contributor guide
Research direction
Start with the package declaration in endpoints/endpoint.go and search the repository for references to the transport package. Rename the package to match the endpoint directory, update affected references, and confirm the Go checks pass with no remaining naming inconsistency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100