mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-10-10 11:20:08 +00:00
moved 'core' to 'internal'
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/CPunch/gopenfusion/config"
|
||||
"github.com/CPunch/gopenfusion/core/db"
|
||||
"github.com/CPunch/gopenfusion/core/redis"
|
||||
"github.com/CPunch/gopenfusion/internal/db"
|
||||
"github.com/CPunch/gopenfusion/internal/redis"
|
||||
|
||||
"github.com/google/subcommands"
|
||||
)
|
||||
|
Reference in New Issue
Block a user