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

Top 7.5% on proxy.golang.org

proxy.golang.org : github.com/robbiev/pinata

Package pinata is a utility to beat data out of interface{}, []interface{} and map[string]interface{}. It was origally designed for use with the encoding/json package but can be generally useful. Unlike other packages most methods do not return an error type. They become a no-op when the first error is found so the error can be checked after a series of operations instead of at each operation separately. Because of this "late" error handling design special care is taken to return good errors so you can still find out where things went wrong. Here's an example: https://godoc.org/github.com/robbiev/pinata#example-Stick This API is not thread safe.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/robbiev/pinata
License: MIT
Latest release: over 10 years ago
First release: over 10 years ago
Namespace: github.com/robbiev
Stars: 18 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...