Move packages to github domain
This commit is contained in:
parent
15c7221f9a
commit
7c13dfb963
@ -9,7 +9,7 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"tacitus/postgres"
|
||||
"github.com/kcotugno/tacitus/postgres"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"net/url"
|
||||
"strconv"
|
||||
"strings"
|
||||
"tacitus"
|
||||
"github.com/kcotugno/tacitus"
|
||||
)
|
||||
|
||||
type TradeHandler struct {
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"database/sql"
|
||||
"text/template"
|
||||
|
||||
"tacitus"
|
||||
"github.com/kcotugno/tacitus"
|
||||
)
|
||||
|
||||
const connStr = `user={{.User}} dbname={{.Name}} sslmode={{.SslMode}}`
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"database/sql"
|
||||
"time"
|
||||
|
||||
"tacitus"
|
||||
"github.com/kcotugno/tacitus"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user