feat: change package name to v5

This commit is contained in:
langhuihui
2024-10-21 20:13:34 +08:00
parent 315b44bc46
commit fba41faf6b
134 changed files with 385 additions and 385 deletions

View File

@@ -1,8 +1,8 @@
package transcode
import (
"m7s.live/m7s/v5"
"m7s.live/m7s/v5/pkg/task"
"m7s.live/v5"
"m7s.live/v5/pkg/task"
)
func NewPuller() m7s.IPuller {