mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-02 15:17:38 -04:00
Removing unneeded NewProviderWithGroup function
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
||||
}
|
||||
}()
|
||||
|
||||
providerWithGroup, err := etw.NewProviderWithGroup("TestProviderWithGroup", group, callback)
|
||||
providerWithGroup, err := etw.NewProviderWithOptions("TestProviderWithGroup", etw.WithGroup(group), etw.WithCallback(callback))
|
||||
|
||||
if err != nil {
|
||||
logrus.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user