Move db and services to pkg

This commit is contained in:
Dustin Pianalto
2021-02-22 14:04:51 -09:00
parent 6d920e615d
commit 3069e24e8d
23 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ import (
"github.com/bwmarrin/discordgo"
"github.com/dustinpianalto/disgoman"
"github.com/dustinpianalto/geeksbot/internal/database"
"github.com/dustinpianalto/geeksbot/internal/exts"
"github.com/dustinpianalto/geeksbot/internal/services"
"github.com/dustinpianalto/geeksbot/pkg/database"
"github.com/dustinpianalto/geeksbot/pkg/services"
)
func main() {