You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Go project has officially clarified Go package layout expectations. Specifically, it is recommended that all packages that are not expected to be used outside of the module be placed under an "internal" directory.
(Note that this eliminates the need for "pkg" as an indicator for exporting.)
The text was updated successfully, but these errors were encountered:
The Go project has officially clarified Go package layout expectations. Specifically, it is recommended that all packages that are not expected to be used outside of the module be placed under an "internal" directory.
(Note that this eliminates the need for "pkg" as an indicator for exporting.)
The text was updated successfully, but these errors were encountered: