mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-27 18:21:01 +08:00
批量修改所有引入包路径
This commit is contained in:
8
main.go
8
main.go
@@ -1,4 +1,4 @@
|
||||
package engine
|
||||
package engine // import "v4.m7s.live/engine"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@@ -12,13 +12,13 @@ import (
|
||||
"runtime"
|
||||
"time"
|
||||
|
||||
"github.com/Monibuca/engine/v4/config"
|
||||
"github.com/Monibuca/engine/v4/log"
|
||||
"github.com/Monibuca/engine/v4/util"
|
||||
"github.com/google/uuid"
|
||||
. "github.com/logrusorgru/aurora"
|
||||
"go.uber.org/zap"
|
||||
"gopkg.in/yaml.v3"
|
||||
"v4.m7s.live/engine/config"
|
||||
"v4.m7s.live/engine/log"
|
||||
"v4.m7s.live/engine/util"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user