Fix gofmt

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-10-01 22:36:07 +01:00
parent 31bf986227
commit 53edc286aa

View File

@ -5,13 +5,13 @@ package main
import ( import (
"bytes" "bytes"
"path/filepath"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"log" "log"
"net/http" "net/http"
"os" "os"
"os/exec" "os/exec"
"path/filepath"
"strings" "strings"
"sync" "sync"
"time" "time"