Rearrange etw packages

This commit is contained in:
Kevin Parsons
2018-12-13 14:26:45 -08:00
parent bb628025f5
commit 62f7a6b7b9
8 changed files with 3 additions and 3 deletions
View File
View File
@@ -6,7 +6,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/Microsoft/go-winio/etw" "github.com/Microsoft/go-winio/pkg/etw"
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
"golang.org/x/sys/windows" "golang.org/x/sys/windows"
+2 -2
View File
@@ -1,10 +1,10 @@
package hook package etwlogrus
import ( import (
"fmt" "fmt"
"reflect" "reflect"
"github.com/Microsoft/go-winio/etw" "github.com/Microsoft/go-winio/pkg/etw"
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
"golang.org/x/sys/windows" "golang.org/x/sys/windows"