===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
acbuild-0.4.0+dfsg/Documentation/development-guide.md-14-
acbuild-0.4.0+dfsg/Documentation/development-guide.md:15:This will fetch both tools, build them, and put the binaries in `$GOPATH/bin`.
acbuild-0.4.0+dfsg/Documentation/development-guide.md-16-
##############################################
acbuild-0.4.0+dfsg/README.md-59-
acbuild-0.4.0+dfsg/README.md:60:   Or, if you want to build in docker (assuming `$PWD` exists and contains
acbuild-0.4.0+dfsg/README.md-61-   `acbuild/` on your Docker host):
##############################################
acbuild-0.4.0+dfsg/README.md-69-   sure your shell can find this executable, append this directory to your
acbuild-0.4.0+dfsg/README.md:70:   environment's `$PATH` variable. You can do this in your `.bashrc` or similar
acbuild-0.4.0+dfsg/README.md-71-   file, for example:
##############################################
acbuild-0.4.0+dfsg/debian/rules-21-	## Remove Files-Excluded (when built from checkout or non-DFSG tarball):
acbuild-0.4.0+dfsg/debian/rules:22:	$(RM) -rv `perl -0nE 'say $$1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright`
acbuild-0.4.0+dfsg/debian/rules-23-