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 (
"fmt"
pb "github.com/mame82/P4wnP1_go/proto"
"github.com/pkg/errors"
"errors"
"golang.org/x/net/context"
"google.golang.org/grpc"
"io"

View File

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

View File

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

View File

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

View File

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

View File

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