Export etw package

This commit is contained in:
Kevin Parsons
2019-03-18 23:57:19 -07:00
parent 063573a7d1
commit ce5a3739bc
15 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"reflect"
"github.com/Microsoft/go-winio/internal/etw"
"github.com/Microsoft/go-winio/pkg/etw"
"github.com/sirupsen/logrus"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package etwlogrus
import (
"github.com/Microsoft/go-winio/internal/etw"
"github.com/Microsoft/go-winio/pkg/etw"
"testing"
)