@@ -0,0 +1,3 @@
+This folder contains one-off cli tools to help with repair and discover operations.
+
+This code should not be imported by any other production tooling.
@@ -1,11 +1,11 @@
package main
import (
+ "crypto/rand"
"encoding/base64"
"fmt"
"io"
"log"
- "math/rand"
"os"
"github.com/certusone/wormhole/node/pkg/common"