go-ipfs-config: Merge pull request #3943 from magik6k/feat/corenet2

Implemented experimental ptp(corenet) interface
This commit is contained in:
Jeromy Johnson 2017-06-09 19:56:02 -07:00 committed by GitHub
commit 90b6d80f5d

View File

@ -1,6 +1,7 @@
package config
type Experiments struct {
FilestoreEnabled bool
ShardingEnabled bool
FilestoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
}