remoto
remoto copied to clipboard
console: import fails
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?