n16h7h4wk09

Results 1 comments of n16h7h4wk09

This actually happens because you do not have the GOPATH set. From the main.go file: ``` go GOPATH := os.Getenv("GOPATH") Project := "/src/github.com/haccer/subjack/" configFile := "fingerprints.json" ``` So you need...