From 84ba5c73ca26f4803721ecbc9d034ace52e88827 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 12 Nov 2024 15:12:01 +0300 Subject: [PATCH] Note go work --- install.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.texi b/install.texi index 5189d83..3b3390c 100644 --- a/install.texi +++ b/install.texi @@ -74,6 +74,12 @@ require go.cypherpunks.su/gogost/v6 v@value{VERSION} replace go.cypherpunks.su/gogost/v6 => /path/to/gogost-@value{VERSION} @end example +@item You can use Go's workspace feature: + +@example +$ go work use /path/to/gogost-@value{VERSION} +@end example + @end itemize You can obtain development source code with -- 2.48.1