Refactor structure, use cobra

This commit is contained in:
Ben Sarmiento
2023-11-29 23:05:08 +01:00
parent 70550ea57c
commit ced99b9667
10 changed files with 158 additions and 99 deletions

7
internal/network.go Normal file
View File

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