install bug and new log api

This commit is contained in:
TenderIronh
2025-11-14 17:19:50 +08:00
parent d827fd108d
commit 6639f40d70
16 changed files with 575 additions and 302 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
package main
import (
op "openp2p/core"
op2p "openp2p/core"
)
func main() {
op.Run()
op2p.Run()
}