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
+5 -2
View File
@@ -10,9 +10,12 @@ import (
"syscall"
)
const (
var (
defaultInstallPath = "/usr/local/openp2p"
defaultBinName = "openp2p"
)
const (
defaultBinName = "openp2p"
)
func getOsName() (osName string) {