mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2026-04-27 03:50:05 +08:00
10 lines
84 B
Go
10 lines
84 B
Go
package main
|
|
|
|
import (
|
|
core "openp2p/core"
|
|
)
|
|
|
|
func main() {
|
|
core.Run()
|
|
}
|