test: fix tests for gotests

This commit is contained in:
Oleksandr Smirnov 2025-02-28 14:43:53 +02:00
parent 3dae7153bb
commit bb3c5111de
No known key found for this signature in database
3 changed files with 0 additions and 3 deletions

View file

@ -5,4 +5,3 @@ type WriterTest2 struct{}
func (w *WriterTest2) Write(p []byte) (n int, err error) {
panic("not implemented") // TODO: Implement
}