Merge pull request #60 from tomtaylor/gofmt-fixes

Run gofmt over source
This commit is contained in:
Jehiah Czebotar 2015-01-19 12:48:57 -05:00
commit 601ae6f4ec
2 changed files with 5 additions and 5 deletions

View File

@ -10,9 +10,9 @@ import (
"net/http"
"net/http/httputil"
"net/url"
"regexp"
"strings"
"time"
"regexp"
"github.com/bitly/go-simplejson"
)

View File

@ -4,8 +4,8 @@ import (
"errors"
"fmt"
"net/url"
"time"
"regexp"
"time"
)
// Configuration Options that can be set by Command Line Flag, or Config File