Commit 8c20921a authored by Jeromy's avatar Jeromy

some more docs

parent 4f083d54
// package mux implements a protocol muxer.
package mux
import (
......
// package net provides an interface for ipfs to interact with the network through
package net
import (
......
// package pin implemnts structures and methods to keep track of
// which objects a user wants to keep stored locally.
package pin
import (
......
// package http implements an http server that serves static content from ipfs
package http
import (
......
// package unixfs/io implements convenience objects for working with the ipfs
// unixfs data format.
package io
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment