GerryG / cardfs

An in memory model of a mutable IPFS pseudo-filesystem representing card decks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-mfs

standard-readme compliant GoDoc Build Status

go-mfs implements an in-memory model of a mutable IPFS filesystem.

Table of Contents

Install

go-mfs works like a regular Go module:

> go get github.com/ipfs/go-mfs

It uses Gx to manage dependencies. You can use make all to build it with the gx dependencies.

Usage

import "github.com/ipfs/go-mfs"

Check the GoDoc documentation

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © Protocol Labs, Inc.

About

An in memory model of a mutable IPFS pseudo-filesystem representing card decks

License:MIT License


Languages

Language:Go 99.3%Language:Makefile 0.7%Language:Groovy 0.0%