github.com/xmplusdev/xray-core@v1.8.10/main/main_test.go (about) 1 //go:build coveragemain 2 // +build coveragemain 3 4 package main 5 6 import ( 7 "testing" 8 ) 9 10 func TestRunMainForCoverage(t *testing.T) { 11 main() 12 }