github.com/hechain20/hechain@v0.0.0-20220316014945-b544036ba106/core/handlers/library/noplugin_test.go (about)

     1  //go:build noplugin
     2  // +build noplugin
     3  
     4  /*
     5  Copyright hechain. All Rights Reserved.
     6  
     7  SPDX-License-Identifier: Apache-2.0
     8  */
     9  package library
    10  
    11  func init() {
    12  	noplugin = true
    13  }