pallav agarwal
pallav agarwal
Not able to pass github tests for PR can you helpo please @junedev . It says methods not found but i have declared methods in other files
> I can't see that error specifically, only [this one](https://github.com/exercism/go/runs/5710819350?check_suite_focus=true): > > ``` > Error: tmp/lint/concept/panic_recover/panic_recover_test.go:43:2: undeclared name: `fmt` (typecheck) > fmt.Println(val) > ^ > Error: tmp/lint/concept/panic_recover/panic_recover_test.go:41:3: val declared but...
Hey Andre, Sorry for delay in the task. Actually i had started the task then i got stuck with writing the test cases. As to how to write test cases...
Hey guys, Im a goloang developer, and also a learner from you website. I want to contribute to this issue
sure, fine with me. Thanx a lot
@junedev Really sorry for being inactive in the past couple of weeks, i was really busy with my company's work due to some strict deadlines. I have already started on...
Thanks @junedev
@junedev In this exercise should i be writing a testCase for `Recover()` function also? My question is that, i have added a testcase which for a method `AddPanic()` which let...
My question basically is, how do i write a testCase that checks for panic created by function and then same panic should be recovered in another function function. To do...
I have removed `AddPanic()` method. I have simply written testCases for checking if the user has recovered panick in another function and if the user has resolved the panic condition...