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 (
"bytes"
"path/filepath"
"fmt"
"io/ioutil"
"log"
"net/http"
"os"
"os/exec"
"path/filepath"
"strings"
"sync"
"time"