aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorTeddy Wing2017-06-03 15:36:27 +0200
committerTeddy Wing2017-06-03 15:36:27 +0200
commite439f382fd4bfed4cb547ca59fc0d679658457d4 (patch)
treebe4ddf6a012cbbaf6470e27d1a1e47986bab0e8e /main.go
parent10b741fb0c8e9c61647ea8ff977d6242fc86656e (diff)
downloadtimetasker-e439f382fd4bfed4cb547ca59fc0d679658457d4.tar.bz2
main.go;http.go: Remove commented unused imports
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 3111dfe..2974434 100644
--- a/main.go
+++ b/main.go
@@ -1,10 +1,8 @@
package main
import (
- // "fmt"
"io/ioutil"
"log"
- // "os"
"time"
"github.com/teddywing/timetasker/timetask"