mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-03 20:20:13 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
package cmd
|
|
|
|
import "testing"
|
|
|
|
func Test_printFailed(t *testing.T) {
|
|
t.Log(Err("test"))
|
|
}
|