mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2024-04-21 14:11:34 +00:00
10 lines
84 B
Go
10 lines
84 B
Go
package main
|
|
|
|
import (
|
|
core "openp2p/core"
|
|
)
|
|
|
|
func main() {
|
|
core.Run()
|
|
}
|