Skip to content

Commit

Permalink
chore: querymgr -> manager
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed Jun 12, 2020
1 parent 17d42da commit f4f573f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 27 deletions.
2 changes: 1 addition & 1 deletion database/querymgr/db.go → database/manager/db.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package querymgr
package manager

import (
"github.com/go-pg/pg/v9"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package querymgr
package manager

import (
"github.com/go-pg/pg/v9"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package querymgr
package manager

import (
"github.com/go-pg/pg/v9/orm"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package querymgr
package manager

import (
"github.com/go-pg/pg/v9"
Expand Down
2 changes: 1 addition & 1 deletion database/querymgr/util.go → database/manager/util.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package querymgr
package manager

import (
"context"
Expand Down
22 changes: 0 additions & 22 deletions database/querymgr/query.go

This file was deleted.

0 comments on commit f4f573f

Please sign in to comment.