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