Directories purpose

Report a typo

Match the Go project layout directories with their corresponding purposes.

Match the items from left and right columns
๐Ÿ“ /cmd
๐Ÿ“ /internal
๐Ÿ“ /pkg
๐Ÿ“ /docs
๐Ÿ“ /examples
๐Ÿ“ /vendor
Samples or demos of your application and/or public libraries
Private application and library code
Contains package main and main.go file
Design and user documents
Application dependencies folder
Utility functions that can be imported and used by external applications
___

Create a free account to access the full topic