proxy.golang.org : github.com/khulnasoft-lab/docker-sys/sequential
Package sequential provides a set of functions for managing sequential files on Windows. The origin of these functions are the golang OS and windows packages, slightly modified to only cope with files, not directories due to the specific use case. The alteration is to allow a file on Windows to be opened with FILE_FLAG_SEQUENTIAL_SCAN (particular for docker load), to avoid eating the standby list, particularly when accessing large files such as layer.tar. For non-Windows platforms, the package provides wrappers for the equivalents in the os packages. They are passthrough on Unix platforms, and only relevant on Windows.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/khulnasoft-lab/docker-sys/sequential
License: Apache-2.0
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/khulnasoft-lab/docker-sys
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago