Use proper package namespace

This commit is contained in:
Ben Sarmiento
2023-11-29 23:10:55 +01:00
parent ced99b9667
commit f61ffe82f3
16 changed files with 35 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
package internal
import "github.com/debridmediamanager.com/zurg/pkg/realdebrid"
import "github.com/debridmediamanager/zurg/pkg/realdebrid"
func NetworkTest() {
realdebrid.RunTest()