1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-10 22:48:13 -04:00
V2bX/cmd/common_test.go

8 lines
91 B
Go
Raw Permalink Normal View History

2023-05-23 22:26:14 -04:00
package cmd
import "testing"
func Test_printFailed(t *testing.T) {
t.Log(Err("test"))
}