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

Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/joostvdg/gommap

This package offers the MMap type that manipulates a memory mapped file or device. IMPORTANT NOTE (1): The MMap type is backed by an unsafe memory region, which is not covered by the normal rules of Go's memory management. If a slice is taken out of it, and then the memory is explicitly unmapped through one of the available methods, both the MMap value itself and the slice obtained will now silently point to invalid memory. Attempting to access data in them will crash the application.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/joostvdg/gommap
License: BSD-3-Clause
Latest release: about 3 years ago
First release: over 3 years ago
Namespace: github.com/joostvdg
Dependent repositories: 1
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago

    Loading...
    Readme
    Loading...