Fixed imports

This commit is contained in:
MaMe82
2018-11-13 14:10:39 +01:00
parent 23c421478c
commit 151f346979
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ package cli_client
import ( import (
"fmt" "fmt"
pb "github.com/mame82/P4wnP1_go/proto" pb "github.com/mame82/P4wnP1_go/proto"
"github.com/pkg/errors" "errors"
"golang.org/x/net/context" "golang.org/x/net/context"
"google.golang.org/grpc" "google.golang.org/grpc"
"io" "io"

View File

@@ -2,7 +2,7 @@ package mgenetlink
import ( import (
nl "github.com/mame82/P4wnP1_go/mnetlink" nl "github.com/mame82/P4wnP1_go/mnetlink"
"github.com/pkg/errors" "errors"
"golang.org/x/sys/unix" "golang.org/x/sys/unix"
"log" "log"
) )

View File

@@ -3,7 +3,7 @@ package mgenetlink
import ( import (
"fmt" "fmt"
"github.com/mame82/P4wnP1_go/mnetlink" "github.com/mame82/P4wnP1_go/mnetlink"
"github.com/pkg/errors" "errors"
"golang.org/x/sys/unix" "golang.org/x/sys/unix"
) )

View File

@@ -2,7 +2,7 @@ package mnetlink
import ( import (
"fmt" "fmt"
"github.com/pkg/errors" "errors"
"golang.org/x/sys/unix" "golang.org/x/sys/unix"
"math/rand" "math/rand"
"os" "os"

View File

@@ -13,7 +13,7 @@ import (
"github.com/mame82/mblue-toolz/btmgmt" "github.com/mame82/mblue-toolz/btmgmt"
"github.com/mame82/mblue-toolz/dbusHelper" "github.com/mame82/mblue-toolz/dbusHelper"
"github.com/mame82/mblue-toolz/toolz" "github.com/mame82/mblue-toolz/toolz"
"github.com/pkg/errors" "errors"
pb "github.com/mame82/P4wnP1_go/proto" pb "github.com/mame82/P4wnP1_go/proto"
) )

View File

@@ -9,7 +9,7 @@ import (
pb "github.com/mame82/P4wnP1_go/proto/gopherjs" pb "github.com/mame82/P4wnP1_go/proto/gopherjs"
"github.com/mame82/hvue" "github.com/mame82/hvue"
"github.com/mame82/mvuex" "github.com/mame82/mvuex"
"github.com/pkg/errors" "errors"
"io" "io"
"path/filepath" "path/filepath"
"strconv" "strconv"