Merge pull request #113 from kevpar/public-etw

Export etw package
This commit is contained in:
Justin
2019-03-19 11:12:31 -07:00
committed by GitHub
17 changed files with 395 additions and 424 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"
)