summaryrefslogtreecommitdiff
path: root/cmd/theo/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-17 06:54:45 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-17 06:54:45 +0200
commit05e44aa867b85303e21136f9eed9e99923f9bdf0 (patch)
treee768fb4b5ea94531bc115355319bfe1245b99967 /cmd/theo/main.go
parent78aafbd792f19b2c6ef71b4624dc7129c73b26df (diff)
Export Talk
Diffstat (limited to 'cmd/theo/main.go')
-rw-r--r--cmd/theo/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/theo/main.go b/cmd/theo/main.go
index 25a5cb5..12ec5e4 100644
--- a/cmd/theo/main.go
+++ b/cmd/theo/main.go
@@ -7,5 +7,5 @@ import (
)
func main() {
- fmt.Println(theo.Quote())
+ fmt.Println(theo.Random())
}