Skip to content

Commit 1790aa0

Browse files
committed
more links
1 parent 9ec0e64 commit 1790aa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

try/try.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Or you might just want to change it later to error return:
5858
5959
try.Out(os.Remove(dst)).Handle("file cleanup fail")
6060
61-
Please see the documentation and examples of ResultX types and their methods.
61+
Please see the documentation and examples of [Result], [Result1], and [Result2]
62+
types and their methods.
6263
*/
6364
package try
6465

0 commit comments

Comments
 (0)