From 1790aa0e0f41db62b63907b43555f9bc595c7d76 Mon Sep 17 00:00:00 2001 From: Harri Lainio Date: Sat, 16 Mar 2024 12:13:02 +0200 Subject: [PATCH] more links --- try/try.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/try/try.go b/try/try.go index 98e7d8b..781d129 100644 --- a/try/try.go +++ b/try/try.go @@ -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