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