files+polyfill.go 75 B

12345678
  1. // +build windows
  2. package fs
  3. import "os"
  4. func CloseOnExec(*os.File) {
  5. }