From 78aafbd792f19b2c6ef71b4624dc7129c73b26df Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Aug 2016 06:49:54 +0200 Subject: Add source link --- theo.go | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3