How tf did I import math/rand as crypto/rand?!

pull/71/head
Qian Wang 5 years ago
parent 3002c87a49
commit d9d8be12dc

@ -3,12 +3,12 @@
package main
import (
"crypto/rand"
"encoding/base64"
"encoding/binary"
"flag"
"fmt"
"io"
"math/rand"
"net"
"os"
"sync"

Loading…
Cancel
Save