mirror of
https://github.com/oneclickvirt/portchecker.git
synced 2025-12-24 13:29:24 +08:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestMain(t *testing.T) {
|
|
main()
|
|
}
|