Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
9a7fbe32
Commit
9a7fbe32
authored
Jan 13, 2015
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc(fsrepo): Roadmap
parent
6959b4f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
repo/fsrepo/doc.go
repo/fsrepo/doc.go
+20
-0
No files found.
repo/fsrepo/doc.go
0 → 100644
View file @
9a7fbe32
// package fsrepo
//
// TODO explain the package roadmap...
//
// .go-ipfs/
// ├── client/
// | ├── client.lock <------ protects client/ + signals its own pid
// │ ├── ipfs-client.cpuprof
// │ ├── ipfs-client.memprof
// │ └── logs/
// ├── config
// ├── daemon/
// │ ├── daemon.lock <------ protects daemon/ + signals its own address
// │ ├── ipfs-daemon.cpuprof
// │ ├── ipfs-daemon.memprof
// │ └── logs/
// ├── datastore/
// ├── repo.lock <------ protects datastore/ and config
// └── version
package
fsrepo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment