mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2025-09-27 13:02:15 +08:00
10 lines
71 B
Go
10 lines
71 B
Go
package main
|
|
|
|
import (
|
|
op "openp2p/core"
|
|
)
|
|
|
|
func main() {
|
|
op.Run()
|
|
}
|