func os.Create

2 uses

	os (current package)
		file.go#L399: func Create(name string) (*File, error) {

	github.com/gotd/td/telegram/downloader
		builder.go#L196: 	f, err := os.Create(filepath.Clean(path))