Skip to content

console: import fails #14

@matryer

Description

@matryer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions