Files
openp2p/cmd/openp2p.go
2024-07-14 11:00:43 +08:00

10 lines
80 B
Go

package main
import (
op "openp2p/core"
)
func main() {
op.Run()
}