diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-10-23 13:16:08 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-10-23 13:16:08 +0200 |
commit | 5b3ba26e5265aeda5710691cbb91a880beb1d228 (patch) | |
tree | df2f7578036436779141ff780dfe6f0e4f8329d2 | |
parent | 10046171a4205667adddf90211fe4c7eb61b90b3 (diff) |
ran go fmt
-rw-r--r-- | reqres.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |