fix: cleanup

This commit is contained in:
Tom Andrade 2022-05-18 15:12:11 +02:00
parent f88b908ade
commit 2b31e08215
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -5,7 +5,6 @@ import (
"fmt"
"html/template"
"log"
"math/rand"
"net"
"os"
"strings"
@ -29,8 +28,6 @@ const (
)
var (
// tiny entropy pool
src = rand.NewSource(time.Now().UnixNano())
out = log.New(os.Stdout, "", log.LstdFlags|log.Lmicroseconds)
)