github.com/turingchain2020/turingchain@v1.1.21/cmd/tools/doc.go (about) 1 // Copyright Turing Corp. 2018 All Rights Reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 /* 6 7 更新初始化文件: 8 扫描指定path目录下所有的插件,根据扫描到的结果重新更新consensus、dapp和、store、mempool的初始化文件 init.go 9 使用方式:./tools updateinit -p $(YourPluginPath) 10 例子:./tools updateinit -p /GOPATH/src/github.com/turingchain2020/turingchain/cmd/tools/plugin 11 12 */ 13 package main