Relocate package in pkg
folder to internal
since none of the current packages are designed for sharing purposes
#2143
Labels
area/quality
Related to all activites around quality
Description
In Go projects, the
pkg
folder is typically used to store packages intended for use by other projects. However, for existing packages under lifecycle managerpkg
, none of them are designed for sharing purposes. We should put them underinternal
as private packageReasons
Aligned with Golang project structure best practices.
https://github.com/golang-standards/project-layout/tree/master/pkg
Acceptance Criteria
pkg
folder tointernal
Feature Testing
No response
Testing approach
No response
Attachments
No response
The text was updated successfully, but these errors were encountered: