summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-17 06:49:54 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-17 06:49:54 +0200
commit78aafbd792f19b2c6ef71b4624dc7129c73b26df (patch)
tree36804d492791f0bebd5ef89d68132de8ca2aebfd
parent53ce84a5c964f7bd13b1551f7b830a2d888727e7 (diff)
Add source link
-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"