From def53605418c8134880ffa3700c6a4ba6c689234 Mon Sep 17 00:00:00 2001
From: Cherry Mui windows/arm64
port). This port supports cgo.
+ The 64-bit MIPS architecture on OpenBSD (the openbsd/mips64
+ port) now supports cgo.
+
+ In Go 1.16, on the 64-bit x86 and 64-bit ARM architectures on
+ OpenBSD (the openbsd/amd64
and openbsd/arm64
+ ports) system calls are made through libc
, instead
+ of directly using the machine instructions. In Go 1.17, this is
+ also done on the 32-bit x86 and 32-bit ARM architectures on OpenBSD
+ (the openbsd/386
and openbsd/arm
ports).
+ This ensures forward-compatibility with future versions of
+ OpenBSD.
+
TODO: complete the Ports section