Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
schachmat committed Feb 8, 2016
1 parent e680044 commit e520d42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backends/worldweatheronline.com.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

type worldweatheronline struct {
wwoApiKey string
wwoApiKey string
wwoLanguage string
}

Expand Down
6 changes: 3 additions & 3 deletions frontends/ascii-art-table.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package frontends

import (
"log"
"time"
"flag"
"math"
"fmt"
"log"
"math"
"regexp"
"strings"
"time"
"unicode/utf8"

"github.com/mattn/go-colorable"
Expand Down
2 changes: 1 addition & 1 deletion we.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package main

import (
_ "crypto/sha512"
"strconv"
"flag"
"log"
"os"
"os/user"
"path"
"strconv"

"github.com/schachmat/ingo"
"github.com/schachmat/wego/backends"
Expand Down

0 comments on commit e520d42

Please sign in to comment.