initial import
This commit is contained in:
8
core/fs/files+polyfill.go
Normal file
8
core/fs/files+polyfill.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build windows
|
||||
|
||||
package fs
|
||||
|
||||
import "os"
|
||||
|
||||
func CloseOnExec(*os.File) {
|
||||
}
|
||||
Reference in New Issue
Block a user