summaryrefslogtreecommitdiffstats
path: root/cedar.go
diff options
context:
space:
mode:
Diffstat (limited to 'cedar.go')
-rw-r--r--cedar.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cedar.go b/cedar.go
index 6ca5cb8..2fcd008 100644
--- a/cedar.go
+++ b/cedar.go
@@ -252,4 +252,9 @@ func main() {
flag.PrintDefaults()
return
}
+
+ err := processNews()
+ if err != nil {
+ fmt.Printf("Error: %v\n", err.Error())
+ }
}