...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
github.com
/
Microsoft
/
go-winio
/
tools
/
etw-provider-gen
/
main_others.go
Documentation:
github.com/Microsoft/go-winio/tools/etw-provider-gen
1
//go:build !windows
2
// +build !windows
3
4
package main
5
6
func main() {}
7
View as plain text