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

This commit is contained in:
Qian Wang 2019-08-06 21:04:47 +01:00
parent 3002c87a49
commit d9d8be12dc
1 changed files with 1 additions and 1 deletions

View File

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