From 90dfd0f2459ee128c1ea5a4f452f2917a75fb40d Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Mon, 16 Apr 2018 16:46:01 -0500 Subject: [PATCH] Snapshot --- timer_operations.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/timer_operations.go b/timer_operations.go index 58c59e1..77a71b9 100644 --- a/timer_operations.go +++ b/timer_operations.go @@ -402,3 +402,7 @@ func cmdDoArchive(args []string) int { fmt.Println("Done") return ret } + +func cmdDoExport(args []string) int { + return 0 +}