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

Commit e18b7af

Browse files
committed
Adding link to Go code workspace doc
1 parent 5e60e01 commit e18b7af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/FAQ.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ No.
286286
> 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
289+
For a refresher on Go's recommended workspace organization, see https://golang.org/doc/code.html. Organizing your code this way gives you a unique import path for every package.
290+
289291
## Best Practices
290292
### Should I commit my vendor directory?
291293

0 commit comments

Comments
 (0)