Commit 7a7e3d16 authored by Matthew Holt's avatar Matthew Holt

context: Use crypto/rand in case method used for crypto purposes

parent 5a1243ff
...@@ -2,9 +2,9 @@ package httpserver ...@@ -2,9 +2,9 @@ package httpserver
import ( import (
"bytes" "bytes"
"crypto/rand"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"math/rand"
"net" "net"
"net/http" "net/http"
"net/url" "net/url"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment