Files
v2fly/shell/point/main/main_test.go
T
2016-08-09 00:55:36 +02:00

12 lines
115 B
Go

// +build coveragemain
package main
import (
"testing"
)
func TestRunMainForCoverage(t *testing.T) {
main()
}