From: sam boyer Date: Sat, 17 Jun 2017 05:21:48 +0000 (-0400) Subject: doc: add qualified mention of dep to FAQ X-Git-Tag: go1.9beta2~47 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dc8b4e65a7a68e102484020efbf80cecd2d515bd;p=gostls13.git doc: add qualified mention of dep to FAQ This adds a qualified mention of golang/dep to the FAQ. Fixes #19049 Change-Id: I42a114a008a6ca1250d849872dd98fd6523fa659 Reviewed-on: https://go-review.googlesource.com/46005 Reviewed-by: Russ Cox Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 3006b3d3d4..f8322efcd3 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1140,7 +1140,7 @@ program is one tool to help automate this process.

-The Go 1.5 release includes an experimental facility to the +The Go 1.5 release added a facility to the go command that makes it easier to manage external dependencies by "vendoring" them into a special directory near the package that depends upon them. @@ -1148,6 +1148,13 @@ See the design document for details.

+

+Work is underway on an experimental package management tool, +dep, to learn +more about how tooling can help package management. More information can be found in +the dep FAQ. +

+

Pointers and Allocation