File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1140,14 +1140,21 @@ <h3 id="get_version">
1140
1140
</ p >
1141
1141
1142
1142
< p >
1143
- The Go 1.5 release includes an experimental facility to the
1143
+ The Go 1.5 release added a facility to the
1144
1144
< a href ="https://golang.org/cmd/go "> go</ a > command
1145
1145
that makes it easier to manage external dependencies by "vendoring"
1146
1146
them into a special directory near the package that depends upon them.
1147
1147
See the < a href ="https://golang.org/s/go15vendor "> design
1148
1148
document</ a > for details.
1149
1149
</ p >
1150
1150
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
+
1151
1158
< h2 id ="Pointers "> Pointers and Allocation</ h2 >
1152
1159
1153
1160
< h3 id ="pass_by_value ">
You can’t perform that action at this time.
0 commit comments