Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Mar 5, 2015
1 parent 958a927 commit 034ff59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import (
"encoding/base64"
"flag"
"fmt"
"github.com/franela/goreq"
"log"
"net/http"
"net/http/httputil"
"os"
"path/filepath"
"strconv"
"strings"

"github.com/franela/goreq"
)

var dir *string
Expand Down

0 comments on commit 034ff59

Please sign in to comment.