package main import ( op2p "openp2p/core" ) func main() { op2p.Run() }