10 lines
75 B
Go
10 lines
75 B
Go
package main
|
|
|
|
import (
|
|
op2p "openp2p/core"
|
|
)
|
|
|
|
func main() {
|
|
op2p.Run()
|
|
}
|