mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2026-04-09 22:08:02 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import openp2p "openp2p/core"
|
|
|
|
func main() {
|
|
openp2p.Run()
|
|
}
|