Skip to content

Commit

Permalink
Remove pkg folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Schettini committed Apr 17, 2021
1 parent fc05516 commit 8d8ba1d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/postgres/holdings.go → postgres/holdings.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/jackc/pgx/v4/pgx"
"github.com/jackc/pgx/v4"
"github.com/leoschet/gaivota"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/postgres/investments.go → postgres/investments.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/jackc/pgx/v4/pgx"
"github.com/jackc/pgx/v4"
"github.com/leoschet/gaivota"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/postgres/portfolios.go → postgres/portfolios.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/jackc/pgx/v4/pgx"
"github.com/jackc/pgx/v4"
"github.com/leoschet/gaivota"
)

Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions pkg/postgres/postgres.go → postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"context"
"regexp"
"strings"

"github.com/jackc/pgx/v4/pgxpool"
)

var matchFirstCap = regexp.MustCompile("(.)([A-Z][a-z]+)")
Expand Down
2 changes: 1 addition & 1 deletion pkg/postgres/users.go → postgres/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/jackc/pgx/v4/pgx"
"github.com/jackc/pgx/v4"
"github.com/leoschet/gaivota"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/postgres/wallets.go → postgres/wallets.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/jackc/pgx/v4/pgx"
"github.com/jackc/pgx/v4"
"github.com/leoschet/gaivota"
)

Expand Down

0 comments on commit 8d8ba1d

Please sign in to comment.