// Copyright Fuzamei Corp. 2018 All Rights Reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package system import ( _ "github.com/33cn/chain33/system/consensus/init" _ "github.com/33cn/chain33/system/crypto/init" _ "github.com/33cn/chain33/system/dapp/init" _ "github.com/33cn/chain33/system/store/init" )