test(impl): add all possible cases
This commit is contained in:
parent
1203550399
commit
498072b5dc
10 changed files with 65 additions and 16 deletions
8
spec/fixtures/impl/reader_output.go
vendored
Normal file
8
spec/fixtures/impl/reader_output.go
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
func (r Read2) Read(p []byte) (n int, err error) {
|
||||
panic("not implemented") // TODO: Implement
|
||||
}
|
||||
|
||||
|
||||
type Read2 struct{}
|
||||
Loading…
Add table
Add a link
Reference in a new issue