commit
8aab7552c5
@ -1,6 +1,6 @@ |
||||
package main |
||||
|
||||
import "github.com/harmony-one/harmony/services/explorer" |
||||
import "github.com/harmony-one/harmony/api/services/explorer" |
||||
|
||||
func main() { |
||||
service := &explorer.Service{ |
@ -1,7 +1,7 @@ |
||||
package downloader |
||||
|
||||
import ( |
||||
pb "github.com/harmony-one/harmony/services/syncing/downloader/proto" |
||||
pb "github.com/harmony-one/harmony/api/services/syncing/downloader/proto" |
||||
) |
||||
|
||||
// DownloadInterface is the interface for downloader package.
|
Loading…
Reference in new issue