added new module

This commit is contained in:
2023-02-14 20:33:30 +00:00
parent e1debe8f53
commit c7a665fdc8
21 changed files with 714 additions and 721 deletions

View File

@@ -1,7 +1,7 @@
package main
import (
"git.sr.ht/~akilan1999/p2p-rendering-computation/cmd"
"github.com/Akilan1999/p2p-rendering-computation/cmd"
"github.com/urfave/cli/v2"
"log"
"os"
@@ -12,7 +12,7 @@ var VERSION = "1.5.0"
var mode string
// Varaibles if mode is client
var OS, Pull_location ,Run_script string
var OS, Pull_location, Run_script string
var List_servers, Ip_table bool
func main() {
@@ -27,4 +27,4 @@ func main() {
if err != nil {
log.Fatal(err)
}
}
}