From 4422319fbf8db7700752ae2a755244bbd24672de Mon Sep 17 00:00:00 2001
From: Tobias Klauser
Date: Thu, 20 Dec 2018 09:38:37 +0100
Subject: [PATCH] doc/go1.12: fix GOARCH value in Syscall18 link
Currently the link works also with the non-existing GOARCH armd64, but
let's correct in anyhow.
Change-Id: Ida647b8f9dd2f8460b019f5a23759f10a6da8e60
Reviewed-on: https://go-review.googlesource.com/c/155277
Reviewed-by: Ian Lance Taylor
---
doc/go1.12.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 0aee382aeb..356f678cbd 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -738,7 +738,7 @@ for {
- The new function Syscall18
+ The new function Syscall18
has been introduced for Windows, allowing for calls with up to 18 arguments.
--
2.51.0