aboutsummaryrefslogtreecommitdiffstats
path: root/timetask/http.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 /timetask/http.go
parent10b741fb0c8e9c61647ea8ff977d6242fc86656e (diff)
downloadtimetasker-e439f382fd4bfed4cb547ca59fc0d679658457d4.tar.bz2
main.go;http.go: Remove commented unused imports
Diffstat (limited to 'timetask/http.go')
-rw-r--r--timetask/http.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/timetask/http.go b/timetask/http.go
index 8e7de70..6e73276 100644
--- a/timetask/http.go
+++ b/timetask/http.go
@@ -1,13 +1,10 @@
package timetask
import (
- // "fmt"
- // "log"
"net/http"
"net/http/cookiejar"
"net/url"
"strconv"
- // "strings"
"golang.org/x/net/publicsuffix"
)