Fixed more imports

This commit is contained in:
MaMe82 2018-07-29 17:46:40 +02:00
parent afd0882c27
commit ed1fceece2
3 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ import (
"os/signal"
"syscall"
"fmt"
pb pb "github.com/mame82/P4wnP1_go/proto"
"./common"
pb "github.com/mame82/P4wnP1_go/proto"
"github.com/mame82/P4wnP1_go/common"
"time"
"strconv"
)

View File

@ -3,7 +3,7 @@ package service
import (
"fmt"
pb "github.com/mame82/P4wnP1_go/proto"
"../common"
"github.com/mame82/P4wnP1_go/common"
"context"
"sync"
"time"

View File

@ -18,7 +18,7 @@ import (
"path"
"time"
"../common"
"github.com/mame82/P4wnP1_go/common"
"os"
"io/ioutil"
)