Registry / utility / moby-sys-sequential

moby-sys-sequential

JSON →
library0.6.0gogounverified

Package sequential provides functions for managing sequential files on Windows.

go get github.com/moby/sys/sequential
INSTALL
IMPORT
SIG · MOBY-SYS-SEQUENTIA
M
moby-sys-sequential
utilitygov0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sequential
github.com/moby/sys/sequential

Create a temporary file with sequential access on Windows.

package main import ( "fmt" "github.com/moby/sys/sequential" ) func main() { f, err := sequential.CreateTemp("", "example") if err != nil { panic(err) } defer f.Close() fmt.Println("Created temp file:", f.Name()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
moby-sys-sequential — go get moby-sys-sequential · libregistry