Match the Go project layout directories with their corresponding purposes.
Go project layout
Directories purpose
Report a typo
Match the items from left and right columns
๐ /cmd๐ /internal๐ /pkg๐ /docs๐ /examples๐ /vendorSamples or demos of your application and/or public libraries
Private application and library code
Contains
package main and main.go fileDesign 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
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.