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