Files
db_in_45_steps_go/0202/os_other.go
T
2026-07-26 21:48:08 +02:00

12 lines
200 B
Go

//go:build !unix
package db0202
import "os"
func createFileSync(file string) (*os.File, error) {
return os.OpenFile(file, os.O_RDWR|os.O_CREATE, 0o644)
}
// QzBQWVJJOUhU https://trialofcode.org/