study_xxqg/lib/study_test.go

10 lines
94 B
Go

package lib
import (
"testing"
)
func TestName1(t *testing.T) {
CheckUserCookie(User{})
}