github.com/lingyao2333/mo-zero@v1.4.1/core/fs/files+polyfill.go (about) 1 //go:build windows 2 // +build windows 3 4 package fs 5 6 import "os" 7 8 func CloseOnExec(*os.File) { 9 }