1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-10 14:48:12 -04:00
V2bX/cmd/common_test.go
2023-06-02 09:19:37 +08:00

8 lines
91 B
Go

package cmd
import "testing"
func Test_printFailed(t *testing.T) {
t.Log(Err("test"))
}