study_xxqg/lib/study_test.go

10 lines
94 B
Go
Raw Normal View History

2021-11-12 07:46:33 +00:00
package lib
import (
"testing"
)
func TestName1(t *testing.T) {
CheckUserCookie(User{})
}