mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2026-02-03 18:33:19 +08:00
10 lines
75 B
Go
10 lines
75 B
Go
package main
|
|
|
|
import (
|
|
op2p "openp2p/core"
|
|
)
|
|
|
|
func main() {
|
|
op2p.Run()
|
|
}
|