An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.1% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : blitznote.com/src/protofile

Package protofile implements temporary files that don't appear in filesystem namespace until closed. Unfortunately this only works on Linux with flag O_TMPFILE. In other cases a graceful degradiation is attempted, which results in the well-known dot-files (like ".gitignore"). Unlike with traditional files with {CreateNew, Write, Close}, proto files have a lifecycle {IntentNew, Write, Persist or Zap}. While a traditional file "emerges" the instant it is created with a name, "proto files" are named only after having been "persisted" (which closes them). Streaming of file contents is currently not supported.

Registry - Homepage - Documentation - JSON - codemeta.json
purl: pkg:golang/blitznote.com/src/protofile
Keywords: filesystem , golang , linux
License: BSD-3-Clause
Latest release: almost 5 years ago
First release: over 2 years ago
Namespace: blitznote.com/src
Dependent packages: 7
Dependent repositories: 1
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago

    Loading...
    Readme
    Loading...