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

Update docs/the-solver.md #2251

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/the-solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ Go 1.4 introduced [import comments](https://golang.org/cmd/go/#hdr-Import_path_c

Because most projects are consistent about their import comment use over time, this issue typically only occurs when adding a new dependency or attempting to revive an older project.

> Note: dep does not currently enforce this rule, but [it needs to](https://github.com/golang/dep/issues/902).

**Remediation:** change the code by fixing the offending import paths. If the offending import paths are not in the current project and you don't directly control the dependency, you'll have to fork and fix it yourself, then use `source` to point to your fork.

### Import path casing
Expand Down