mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
chore!(all): update go import path
BREAKING CHANGE: use github.com/mindoc-org/mindoc as import path
This commit is contained in:
6
main.go
6
main.go
@@ -9,10 +9,10 @@ import (
|
||||
_ "github.com/astaxie/beego/session/mysql"
|
||||
_ "github.com/astaxie/beego/session/redis"
|
||||
"github.com/kardianos/service"
|
||||
"github.com/lifei6671/mindoc/commands"
|
||||
"github.com/lifei6671/mindoc/commands/daemon"
|
||||
_ "github.com/lifei6671/mindoc/routers"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/mindoc-org/mindoc/commands"
|
||||
"github.com/mindoc-org/mindoc/commands/daemon"
|
||||
_ "github.com/mindoc-org/mindoc/routers"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user