diff --git a/doc/design/build_system/README.md b/doc/design/build_system/README.md index 3e540e072d0db422eef3d30039ca11dfb83d84cf..bf0e4dddc1b640ecbce489f65820aaf8a4b3b1e7 100644 --- a/doc/design/build_system/README.md +++ b/doc/design/build_system/README.md @@ -122,15 +122,16 @@ problems are: at many cloud file hosting, so users what to compile paddle by themselves can download this "vendor" package from a mirror site. -#### Godep vs. Glide +#### Choose A Suitable Tool As mentioned by @wangkuiyi, [Here](https://github.com/golang/go/wiki/PackageManagementTools) list dozens of Go package managers. We choose the tool using following principles: - Most "active" projects with more stars, more pull requests or commits -- Commonly used project +- Widely used project -Then we shall choose between the most popular tools: Godep and Glide. +After comparing all these projects, we shall choose between the most popular +tools: Godep and Glide. Here's a brief comparison between Godep and Glide : https://github.com/Masterminds/glide/wiki/Go-Package-Manager-Comparison. There are