summaryrefslogtreecommitdiff
path: root/theo.go
diff options
context:
space:
mode:
Diffstat (limited to 'theo.go')
-rw-r--r--theo.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/theo.go b/theo.go
index 82f1a37..015ddda 100644
--- a/theo.go
+++ b/theo.go
@@ -122,8 +122,7 @@ var talk = []string{
}
func init() {
- n := time.Now().Unix()
- rand.Seed(n)
+ rand.Seed(time.Now().UnixNano())
}
// Quote returns random quote