Add guid package

This commit is contained in:
Kevin Parsons
2019-04-01 16:07:14 -07:00
parent 8710e5dda3
commit 88da7d1491
7 changed files with 240 additions and 36 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
package etwlogrus
import (
"github.com/Microsoft/go-winio/pkg/etw"
"testing"
"github.com/Microsoft/go-winio/pkg/etw"
)
func fireEvent(t *testing.T, p *etw.Provider, name string, value interface{}) {