commit ed65a82
Hubert Hirtz
·
2021-12-07 20:02:38 +0000 UTC
parent 65718d3
Remove old init Used back when senpai showed a random message at startup
1 files changed,
+0,
-5
+0,
-5
1@@ -4,7 +4,6 @@ import (
2 "flag"
3 "fmt"
4 "io/ioutil"
5- "math/rand"
6 "os"
7 "os/signal"
8 "path"
9@@ -16,10 +15,6 @@ import (
10 "github.com/gdamore/tcell/v2"
11 )
12
13-func init() {
14- rand.Seed(time.Now().Unix())
15-}
16-
17 func main() {
18 tcell.SetEncodingFallback(tcell.EncodingFallbackASCII)
19