var globTests … func TestGlob(t *testing.T) { … } func TestGlobError(t *testing.T) { … } func TestCVE202230630(t *testing.T) { … } type globOnly … func (globOnly) Open(name string) (File, error) { … } func TestGlobMethod(t *testing.T) { … }
var globTests … func TestGlob(t *testing.T) { … } func TestGlobError(t *testing.T) { … } func TestCVE202230630(t *testing.T) { … } type globOnly … func (globOnly) Open(name string) (File, error) { … } func TestGlobMethod(t *testing.T) { … }