forked from p93542168/wheat-cache
8 lines
76 B
Go
8 lines
76 B
Go
|
package middle
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestMiddle(t *testing.T) {
|
||
|
main()
|
||
|
}
|