aboutsummaryrefslogtreecommitdiffstats
path: root/api.go
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-06-16 20:40:18 +0200
committerclsr <clsr@clsr.net>2016-06-16 20:40:18 +0200
commit062d8e6a2d0da35d29b742a6970a9268b517f20c (patch)
tree765cb06d08125512ec05f744c5f31e70322abbb2 /api.go
parent1c9d6da3900951179c12d7942eb149a4d9f11630 (diff)
downloadgomf-062d8e6a2d0da35d29b742a6970a9268b517f20c.tar.gz
gomf-062d8e6a2d0da35d29b742a6970a9268b517f20c.zip
Fix imports in api.go and website.go
Diffstat (limited to 'api.go')
-rw-r--r--api.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/api.go b/api.go
index 2fc4197..1fe7f0a 100644
--- a/api.go
+++ b/api.go
@@ -7,8 +7,6 @@ import (
"encoding/json"
"fmt"
"io"
- "io/ioutil"
- "math/rand"
"mime"
"net/http"
"os"