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