mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-04-04 09:58:40 +02:00
Fixed more imports
This commit is contained in:
parent
afd0882c27
commit
ed1fceece2
@ -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"
|
||||
)
|
||||
|
@ -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"
|
||||
|
@ -18,7 +18,7 @@ import (
|
||||
"path"
|
||||
"time"
|
||||
|
||||
"../common"
|
||||
"github.com/mame82/P4wnP1_go/common"
|
||||
"os"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user