Skip to content

Commit aa656e4

Browse files
committed
rename helper filenames & overlap mode uses call annoation
1 parent 238d2f9 commit aa656e4

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ func FirstHandle() (err error) {
2020

2121
func SecondHandle() (err error) {
2222
defer err2.Handle(&err)
23-
try.To(fmt.Errorf("my error"))
23+
try.T(fmt.Errorf("my error"))("my call lvl annotation")
2424
return nil
2525
}
File renamed without changes.

0 commit comments

Comments
 (0)