func NewCloser(t *testing.T) *Closer { … } type Closer … func (c *Closer) Close() error { … } func (c *Closer) Check() *Closer { … }
func NewCloser(t *testing.T) *Closer { … } type Closer … func (c *Closer) Close() error { … } func (c *Closer) Check() *Closer { … }