===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
boohu-0.13.0/Changes-10-  from Harmonist.
boohu-0.13.0/Changes:11:+ Update wasm version to latest API.
boohu-0.13.0/Changes-12-+ Do not print rod of lightning message when no targets.
##############################################
boohu-0.13.0/README.md-29-+ Install the [go compiler](https://golang.org/).
boohu-0.13.0/README.md:30:+ Set `$GOPATH` variable (for example `export GOPATH=$HOME/go`, the default
boohu-0.13.0/README.md-31-  value in recent Go versions).
boohu-0.13.0/README.md:32:+ Add `$GOPATH/bin` to your `$PATH` (for example `export PATH="$PATH:$GOPATH/bin"`).
boohu-0.13.0/README.md-33-
##############################################
boohu-0.13.0/README.md-63-
boohu-0.13.0/README.md:64:    GOOS=js GOARCH=wasm go build --tags js -o boohu.wasm
boohu-0.13.0/README.md-65-
boohu-0.13.0/README.md:66:You can then play by serving a directory containing the wasm file via http. The
boohu-0.13.0/README.md-67-directory should contain some other files that you can find in the main
##############################################
boohu-0.13.0/tk.go-197-	} else {
boohu-0.13.0/tk.go:198:		ui.ir.Eval("wm geometry . =${width}x$height")
boohu-0.13.0/tk.go-199-		UIHeight = 26