Adjust formatting

This commit is contained in:
Stuart Clark 2016-07-28 19:41:25 +01:00
parent 4882519c0f
commit 4a88cbde3a

View file

@ -1,11 +1,11 @@
package main package main
import ( import (
"crypto/tls"
"encoding/json" "encoding/json"
"fmt" "fmt"
fmtlog "log" fmtlog "log"
"net/http" "net/http"
"crypto/tls"
"os" "os"
"reflect" "reflect"
"runtime" "runtime"