gofmt
This commit is contained in:
parent
04c17fc7b3
commit
c6289f8f56
@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"github.com/kcotugno/tacitus/http"
|
||||
"github.com/kcotugno/tacitus/postgres"
|
||||
"github.com/kcotugno/tacitus/osutil"
|
||||
"github.com/kcotugno/tacitus/postgres"
|
||||
"log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -1,8 +1,8 @@
|
||||
package websocket
|
||||
|
||||
import (
|
||||
"github.com/kcotugno/tacitus/gdax"
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/kcotugno/tacitus/gdax"
|
||||
|
||||
"sync"
|
||||
"time"
|
||||
|
Reference in New Issue
Block a user