mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-17 02:47:52 +01:00
16 lines
218 B
Go
16 lines
218 B
Go
/*
|
|
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()
|
|
}
|