Removed commented-out old rand source initialization
This commit is contained in:
parent
69c4ccfc97
commit
d2794c721f
|
@ -620,8 +620,6 @@ func ServePage(args []string) error {
|
||||||
units: regexp.MustCompile(`^[0-9]+(ns|us|µs|ms|s|m|h)$`),
|
units: regexp.MustCompile(`^[0-9]+(ns|us|µs|ms|s|m|h)$`),
|
||||||
}
|
}
|
||||||
|
|
||||||
//NewRand(NewSource(time.Now().UnixNano()))
|
|
||||||
|
|
||||||
rand.New(rand.NewSource(time.Now().UnixNano()))
|
rand.New(rand.NewSource(time.Now().UnixNano()))
|
||||||
|
|
||||||
index := &Index{
|
index := &Index{
|
||||||
|
|
Loading…
Reference in New Issue