-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Importing the remototypes package fails in the console due to importing issues.
To recreate the problem use the following remoto definition in the console:
package classificationbox
import (
"github.com/machinebox/remoto/remototypes"
)
You will get error:
4:2: could not import github.com/machinebox/remoto/remototypes (open ./vendor/github.com/machinebox/remoto/remototypes: no such file or directory)
- Should it be explicitly handled in generator/importer.go?
Metadata
Metadata
Assignees
Labels
No labels