Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 269 Bytes

Directory structure explains

  • cmd - The cmd layout structure pattern for multiple entry points
  • internal - GO internal packages (private packages)
  • pkg - Popular package name to store packages that you do wish to share with other projects (public packages)