cicada
Results
2
issues of
cicada
fix #689 for as result not working with int32 int16 and int8
waiting response
`type Foo interface { Add(a int, b *int) } type FooImpl struct { } func (*FooImpl) Add(a int, b *int) { return } func TestNoInterfaceMethodWithNil(t *testing.T) { var m =...
bug