github.com/EagleQL/Xray-core@v1.4.3/main/main_test.go (about)

     1  // +build coveragemain
     2  
     3  package main
     4  
     5  import (
     6  	"testing"
     7  )
     8  
     9  func TestRunMainForCoverage(t *testing.T) {
    10  	main()
    11  }