remoto icon indicating copy to clipboard operation
remoto copied to clipboard

console: import fails

Open matryer opened this issue 7 years ago • 0 comments

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?

matryer avatar Jan 11 '19 21:01 matryer