Move smart ETW field logging to base etw library

This commit is contained in:
Kevin Parsons
2019-03-22 14:16:54 -07:00
parent c599b533b4
commit a132ab2270
3 changed files with 125 additions and 126 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"fmt"
"os"
"github.com/Microsoft/go-winio/internal/etw"
"github.com/Microsoft/go-winio/pkg/etw"
"github.com/sirupsen/logrus"
"golang.org/x/sys/windows"