This commit is contained in:
Kevin Cotugno 2017-09-24 22:23:13 -07:00
parent 04c17fc7b3
commit c6289f8f56
6 changed files with 12 additions and 12 deletions

View File

@ -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() {

View File

@ -1,8 +1,8 @@
package websocket
import (
"github.com/kcotugno/tacitus/gdax"
"github.com/gorilla/websocket"
"github.com/kcotugno/tacitus/gdax"
"sync"
"time"