mirror of https://github.com/cbeuw/Cloak
How tf did I import math/rand as crypto/rand?!
This commit is contained in:
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…
Reference in New Issue