Files
openp2p/cmd/openp2p.go
2025-11-14 17:19:50 +08:00

10 lines
75 B
Go

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