mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2025-09-26 20:51:15 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import openp2p "openp2p/core"
|
|
|
|
func main() {
|
|
openp2p.Run()
|
|
}
|