Giter VIP home page Giter VIP logo

go-mfs's Introduction

go-mfs

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

Table of Contents

Install

go-mfs works like a regular Go module:

> go get github.com/TRON-US/go-mfs

Usage

import "github.com/TRON-US/go-mfs"

Check the GoDoc documentation

Repository Structure

This repository contains many files, all belonging to the root mfs package.

  • file.go: MFS File.
  • dir.go: MFS Directory.
  • fd.go: FileDescriptor used to operate on Files.
  • ops.go: Functions that do not belong to either File nor Directory (although they mostly operate on them) that contain common operations to the MFS, e.g., find, move, add a file, make a directory.
  • root.go: MFS Root (a Directory with republishing support).
  • repub.go: Republisher.
  • mfs_test.go: General tests.
  • repub_test.go: Republisher-specific tests (contains only the TestRepublisher function).

Contribute

PRs accepted.

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

License

MIT © TRON-US

go-mfs's People

Contributors

stebalien avatar whyrusleeping avatar schomatis avatar hsanjuan avatar magik6k avatar kevina avatar kubuxu avatar web3-bot avatar steveyeom avatar overbool avatar hackergrrl avatar hannahhoward avatar qiwaa avatar marten-seemann avatar guseggert avatar taiyangc avatar rht avatar alanshaw avatar djdv avatar frrist avatar 0zand1z avatar geoah avatar keks avatar richardlitt avatar anorth avatar imstevez avatar vyzo avatar zramsay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.