This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
i2
/
go-zero
Obserwuj
0
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
b321622c95
Gałęzie
Tagi
master
v1.0.1
v1.0.0
go-zero
/
core
/
fs
/
files+polyfill.go
files+polyfill.go
75 B
Historia
Czysty
1
2
3
4
5
6
7
8
// +build windows
package fs
import "os"
func CloseOnExec(*os.File) {
}