3.9.1
This commit is contained in:
+4
-2
@@ -1,7 +1,9 @@
|
||||
package main
|
||||
|
||||
import openp2p "openp2p/core"
|
||||
import (
|
||||
core "openp2p/core"
|
||||
)
|
||||
|
||||
func main() {
|
||||
openp2p.Run()
|
||||
core.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user