From 0069b0ad0ed134f2ef571a6dca0fed0cc691bc94 Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Wed, 29 May 2019 18:08:14 +0700 Subject: [PATCH] rename interface to server in codebase --- core/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.go b/core/main.go index b491036f6..962b9a62b 100644 --- a/core/main.go +++ b/core/main.go @@ -7,9 +7,9 @@ import ( "github.com/mesg-foundation/core/config" "github.com/mesg-foundation/core/container" "github.com/mesg-foundation/core/database" - "github.com/mesg-foundation/core/interface/grpc" "github.com/mesg-foundation/core/logger" "github.com/mesg-foundation/core/sdk" + "github.com/mesg-foundation/core/server/grpc" "github.com/mesg-foundation/core/service/manager/dockermanager" "github.com/mesg-foundation/core/version" "github.com/mesg-foundation/core/x/xerrors"