This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2025-01-24 01:30:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d3ed98744
go-zero
/
core
/
fs
/
files+polyfill.go
10 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
fix proc.Done not found in windows (#1026)
2021-09-12 15:41:33 +08:00
//go:build windows
initial import
2020-07-26 17:09:05 +08:00
// +build windows
package
fs
import
"os"
func
CloseOnExec
(
*
os
.
File
)
{
}
Reference in New Issue
Copy Permalink