mirror of https://github.com/pikami/tiktok-dl.git
11 lines
118 B
Go
11 lines
118 B
Go
|
package unittestutil
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// TestUtil - Utility for testing
|
||
|
type TestUtil struct {
|
||
|
T *testing.T
|
||
|
}
|