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"
"time"
"tacitus/postgres"
"github.com/kcotugno/tacitus/postgres"
)
func main() {

View File

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

View File

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

View File

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

View File

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