go fmt fixes
This commit is contained in:
parent
31cf9cdf10
commit
8d3856af6b
@ -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"
|
||||
|
Reference in New Issue
Block a user