8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import openp2p "openp2p/core"
|
|
|
|
func main() {
|
|
openp2p.Run()
|
|
}
|