Initial command line client.

This commit is contained in:
Kleissner
2021-02-26 13:29:00 +01:00
commit f4e7517622
5 changed files with 354 additions and 0 deletions

15
Main.go Normal file
View File

@@ -0,0 +1,15 @@
/*
File Name: Main.go
Copyright: 2021 Peernet Foundation s.r.o.
Author: Peter Kleissner
*/
package main
import "github.com/PeernetOfficial/core"
func main() {
core.Connect()
userCommands()
}