Add the word vendoring for better SEO rank.

Jason Buberel 2015-10-27 22:58:52 -07:00
parent 826a588d30
commit 4944c9d481
3 changed files with 2 additions and 3 deletions

@ -21,7 +21,6 @@ NOTE: Please don't add individual blog entries to this page. Those belong in [ar
* [GoLang Tutorials](http://golangtutorials.blogspot.com/)
* [Mathias Lafeldt's Blog](https://mlafeldt.github.io/)
* [Marcelo Magallon's Blog](http://blog.ksub.org/bytes/)
* [The Little (Go) Book of Semaphores](http://blog.ksub.org/bytes/tags/tlgbos/)
## Portuguese

@ -44,7 +44,7 @@ Ready to write some Go code of your own? Here are a few links to help you get s
- Start here: [Go open source projects](Projects).
- Search for Go packages: [godoc.org](http://godoc.org)
- Visualization of the [Go open source package graph](https://anvaka.github.io/pm/#/galaxy/gosearch?l=1)
- [Managing your dependencies](PackageManagementTools) - An overview of the tools you can use to manage the libraries that your application depends on.
- [Managing your dependencies](PackageManagementTools) - An overview of the tools you can use to manage third-party packages (vendoring).
- Publishing Go Packages as Open Source
- Getting ready to publish your package? [Start here.](PackagePublishing)
- [The Go Checklist](https://github.com/matttproud/gochecklist) - A comprehensive guide for publishing a project.

@ -1,4 +1,4 @@
This page contains a list of tools for managing Go packages and their dependencies. The tools are divided into categories based on their approach to version management.
This page contains a list of tools for managing Go packages and their dependencies (vendoring). The tools are divided into categories based on their approach to version management.
## GO15VENDOREXPERIMENT