github.com/turingchain2020/turingchain@v1.1.21/cmd/cli/buildflags/flags.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 buildflags build flags
     6  package buildflags
     7  
     8  //var
     9  var (
    10  	ParaName string
    11  	RPCAddr  string
    12  )