===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
golang-glide-0.13.1/README.md-124-
golang-glide-0.13.1/README.md:125:1. Clone this repository into `$GOPATH/src/github.com/Masterminds/glide` and
golang-glide-0.13.1/README.md-126-   change directory into it
##############################################
golang-glide-0.13.1/README.md-131-
golang-glide-0.13.1/README.md:132:This will leave you with `./glide`, which you can put in your `$PATH` if
golang-glide-0.13.1/README.md-133-you'd like. (You can also take a look at `make install` to install for
##############################################
golang-glide-0.13.1/docs/plugins.md-31-1. Transform the name from `foo` to `glide-foo`
golang-glide-0.13.1/docs/plugins.md:32:2. Look on the system `$PATH` for `glide-foo`. If it finds a program by that name, execute it...
golang-glide-0.13.1/docs/plugins.md-33-3. Or else, look at the current project's root for `glide-foo`. (That is, look in the same directory as `glide.yaml`). If found, execute it.
##############################################
golang-glide-0.13.1/docs/plugins.md-45-
golang-glide-0.13.1/docs/plugins.md:46:It is recommended that system-wide Glide plugins go in `/usr/local/bin` or `$GOPATH/bin` while project-specific plugins go in the same directory as `glide.yaml`.
golang-glide-0.13.1/docs/plugins.md-47-