mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Add the word vendoring for better SEO rank.
parent
826a588d30
commit
4944c9d481
1
Blogs.md
1
Blogs.md
@ -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
|
||||
|
||||
|
2
Home.md
2
Home.md
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user