go fmt fixes

This commit is contained in:
Kevin Cotugno 2017-09-08 10:57:16 -07:00
parent 31cf9cdf10
commit 8d3856af6b
2 changed files with 6 additions and 7 deletions

View File

@ -1,18 +1,17 @@
package main
import (
"github.com/shopspring/decimal"
"encoding/csv"
"log"
"fmt"
"github.com/shopspring/decimal"
"log"
"os"
"time"
"strconv"
"time"
"tacitus/postgres"
)
func main() {
client := postgres.NewClient()
client.Name = "gdax"