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-23 09:00:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4307ce45fc
go-zero
/
core
/
fs
/
files+polyfill.go
9 lines
76 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
package
fs
import
"os"
func
CloseOnExec
(
*
os
.
File
)
{
}
Reference in New Issue
Copy Permalink