Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jun 13, 2017
1 parent 0714782 commit 41445d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/dep/gom_importer.go
Expand Up @@ -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.
Expand Down

0 comments on commit 41445d7

Please sign in to comment.