github.com/turingchain2020/turingchain@v1.1.21/system/p2p/init/init.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  // Package init init dht
     6  package init
     7  
     8  import (
     9  	_ "github.com/turingchain2020/turingchain/system/p2p/dht" //基于libp2p dht网络
    10  )