//go:build !windows package main import "os" func openForReadShareDelete(path string) (*os.File, error) { return os.Open(path) }