parent
d2925db1b7
commit
3fcca4af3a
@ -0,0 +1,14 @@ |
||||
package main |
||||
|
||||
import ( |
||||
"fmt" |
||||
|
||||
"github.com/harmony-one/harmony/api/service/restclientsupport" |
||||
) |
||||
|
||||
func main() { |
||||
s := restclientsupport.New(nil, nil, nil) |
||||
s.StartService() |
||||
fmt.Println("Server started") |
||||
select {} |
||||
} |
Loading…
Reference in new issue