diff --git a/cmd/dep/gom_importer.go b/cmd/dep/gom_importer.go index da9c9addb0..18217e6fe1 100644 --- a/cmd/dep/gom_importer.go +++ b/cmd/dep/gom_importer.go @@ -198,7 +198,6 @@ func (g *gomImporter) load(projectDir string) error { } g.goms = append(g.goms, gomPackage{name, options}) } - return nil } // convert the gomfile into dep configuration files.