===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gocode-20170907/README.md-20-
gocode-20170907/README.md:21:    `export GOPATH=$HOME/goprojects`
gocode-20170907/README.md-22-
gocode-20170907/README.md:23:    `export PATH=$PATH:$GOPATH/bin`
gocode-20170907/README.md-24-
##############################################
gocode-20170907/_testing/test.0011/out.expected-1-Found 59 candidates:
gocode-20170907/_testing/test.0011/out.expected:2:  func Addr() reflect.Value
gocode-20170907/_testing/test.0011/out.expected-3-  func Bool() bool
##############################################
gocode-20170907/_testing/test.0011/out.expected-6-  func CallSlice(in []reflect.Value) []reflect.Value
gocode-20170907/_testing/test.0011/out.expected:7:  func CanAddr() bool
gocode-20170907/_testing/test.0011/out.expected-8-  func CanInterface() bool
##############################################
gocode-20170907/_testing/test.0011/out.expected-59-  func Uint() uint64
gocode-20170907/_testing/test.0011/out.expected:60:  func UnsafeAddr() uintptr
##############################################
gocode-20170907/declcache.go-218-// build_package builds the package by calling `go install package/import`. If everything compiles
gocode-20170907/declcache.go:219:// correctly, the newly compiled package should then be in the usual place in the `$GOPATH/pkg`
gocode-20170907/declcache.go-220-// directory, and gocode will pick it up from there.
##############################################
gocode-20170907/os_windows.go-27-	b := make([]uint16, syscall.MAX_PATH)
gocode-20170907/os_windows.go:28:	ret, _, err := syscall.Syscall(proc_get_module_file_name.Addr(), 3,
gocode-20170907/os_windows.go-29-		0, uintptr(unsafe.Pointer(&b[0])), uintptr(len(b)))
##############################################
gocode-20170907/os_windows.go-41-	b := make([]uint16, syscall.MAX_PATH)
gocode-20170907/os_windows.go:42:	ret, _, err := syscall.Syscall6(proc_sh_get_folder_path.Addr(), 5,
gocode-20170907/os_windows.go-43-		0, csidl_appdata, 0, 0, uintptr(unsafe.Pointer(&b[0])), 0)