Move packages to github domain

This commit is contained in:
Kevin Cotugno 2017-09-10 13:09:27 -07:00
parent 15c7221f9a
commit 7c13dfb963
5 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@ import (
"strconv" "strconv"
"time" "time"
"tacitus/postgres" "github.com/kcotugno/tacitus/postgres"
) )
func main() { func main() {

View File

@ -2,9 +2,9 @@ package main
import ( import (
"log" "log"
"tacitus/http" "github.com/kcotugno/tacitus/http"
"tacitus/postgres" "github.com/kcotugno/tacitus/postgres"
"tacitus/osutil" "github.com/kcotugno/tacitus/osutil"
) )
func main() { func main() {

View File

@ -5,7 +5,7 @@ import (
"net/url" "net/url"
"strconv" "strconv"
"strings" "strings"
"tacitus" "github.com/kcotugno/tacitus"
) )
type TradeHandler struct { type TradeHandler struct {

View File

@ -7,7 +7,7 @@ import (
"database/sql" "database/sql"
"text/template" "text/template"
"tacitus" "github.com/kcotugno/tacitus"
) )
const connStr = `user={{.User}} dbname={{.Name}} sslmode={{.SslMode}}` const connStr = `user={{.User}} dbname={{.Name}} sslmode={{.SslMode}}`

View File

@ -4,7 +4,7 @@ import (
"database/sql" "database/sql"
"time" "time"
"tacitus" "github.com/kcotugno/tacitus"
) )
const ( const (