github.com/shuguocloud/go-zero@v1.3.0/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 }