10 lines
107 B
Go
10 lines
107 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/Secured-Finance/p2p-oracle-node/node"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
node.Start()
|
||
|
}
|