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

Commit 5e60e01

Browse files
committed
Formatting text
1 parent 901397a commit 5e60e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ This is the only symbolic link support that `dep` really intends to provide. In
282282
## Does `dep` support relative imports?
283283

284284
No.
285-
> dep simply doesn't allow relative imports. this is one of the few places where we restrict a case that the toolchain itself allows. we disallow them only because:
286-
> i. the toolchain already frowns heavily on them
285+
> dep simply doesn't allow relative imports. this is one of the few places where we restrict a case that the toolchain itself allows. we disallow them only because:<br>
286+
> i. the toolchain already frowns heavily on them<br>
287287
> ii. it's worse for our case, as we start venturing into [dot dot hell](http://doc.cat-v.org/plan_9/4th_edition/papers/lexnames) territory when trying to prove that the import does not escape the tree of the project -[@sdboyer in #899](https://github.com/golang/dep/issues/899#issuecomment-317904001)
288288
289289
## Best Practices

0 commit comments

Comments
 (0)