Skip to content

Commit 8d7fadf

Browse files
committed
use math/rand for local IDs
1 parent 889c886 commit 8d7fadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/parse.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package http
22

33
import (
4-
"crypto/rand"
54
"encoding/base32"
65
"fmt"
76
"io/ioutil"
7+
"math/rand"
88
"mime"
99
"net/http"
1010
"strconv"

0 commit comments

Comments
 (0)