Skip to content

Commit

Permalink
more links
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed Mar 16, 2024
1 parent 9ec0e64 commit 1790aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion try/try.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Or you might just want to change it later to error return:
try.Out(os.Remove(dst)).Handle("file cleanup fail")
Please see the documentation and examples of ResultX types and their methods.
Please see the documentation and examples of [Result], [Result1], and [Result2]
types and their methods.
*/
package try

Expand Down

0 comments on commit 1790aa0

Please sign in to comment.