Importing internal packages

Report a typo

Keanu has been working with internal packages on his project. Below you can see the structure of his project:

.
├── main
│   └── main.go
└── phrases
    ├── goodbyes
    │   └── goodbyes.go
    ├── greetings
    │   ├── formal
    │   │   └── formal.go
    │   ├── greetings.go
    │   └── internal
    │       └── informal
    │           └── informal.go
    └── phrases.go

What packages within this project can import an internal package?

Select one or more options from the list
___

Create a free account to access the full topic