summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theo.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/theo.go b/theo.go
index a1cc575..b0e7d95 100644
--- a/theo.go
+++ b/theo.go
@@ -4,6 +4,8 @@
// Package theo implements random quotes from Theo De Raadt
package theo
+// source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/theo.c
+
import (
"math/rand"
"time"