Skip to content

Commit dc8b4e6

Browse files
sdboyerbradfitz
authored andcommitted
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 <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent a2a3ace commit dc8b4e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/go_faq.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,14 +1140,21 @@ <h3 id="get_version">
11401140
</p>
11411141

11421142
<p>
1143-
The Go 1.5 release includes an experimental facility to the
1143+
The Go 1.5 release added a facility to the
11441144
<a href="https://golang.org/cmd/go">go</a> command
11451145
that makes it easier to manage external dependencies by "vendoring"
11461146
them into a special directory near the package that depends upon them.
11471147
See the <a href="https://golang.org/s/go15vendor">design
11481148
document</a> for details.
11491149
</p>
11501150

1151+
<p>
1152+
Work is underway on an experimental package management tool,
1153+
<a href="https://github.com/golang/dep"><code>dep</code></a>, to learn
1154+
more about how tooling can help package management. More information can be found in
1155+
<a href="https://github.com/golang/dep/blob/master/FAQ.md">the <code>dep</code> FAQ</a>.
1156+
</p>
1157+
11511158
<h2 id="Pointers">Pointers and Allocation</h2>
11521159

11531160
<h3 id="pass_by_value">

0 commit comments

Comments
 (0)