aboutsummaryrefslogtreecommitdiff
path: root/reqres.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-10-23 13:16:08 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-10-23 13:16:08 +0200
commit5b3ba26e5265aeda5710691cbb91a880beb1d228 (patch)
treedf2f7578036436779141ff780dfe6f0e4f8329d2 /reqres.go
parent10046171a4205667adddf90211fe4c7eb61b90b3 (diff)
ran go fmt
Diffstat (limited to 'reqres.go')
-rw-r--r--reqres.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reqres.go b/reqres.go
index ab05ad5..d2d40ec 100644
--- a/reqres.go
+++ b/reqres.go
@@ -6,8 +6,8 @@ import (
"encoding/base64"
"encoding/json"
- "net/http"
"io/ioutil"
+ "net/http"
"github.com/google/certificate-transparency-go/tls"
"github.com/google/trillian"