Moved util dir to top level

master
Mike Goelzer 6 years ago
parent bbda1e7746
commit 5a6c500533
No known key found for this signature in database
GPG Key ID: EDAC46A37751AD6D

@ -70,7 +70,7 @@ func main() {
// Read the private key
//
var privBytes []byte
privBytes, err := ioutil.ReadFile("util/private_key.bin")
privBytes, err := ioutil.ReadFile("../util/private_key.bin")
if err != nil {
fmt.Println("ioutil.ReadFile: failed: %v", err)
panic(err)

Loading…
Cancel
Save