From 59f6c81f98addb4fcc28810b4f4eff2990377f87 Mon Sep 17 00:00:00 2001
From: Rob Pike
+It was not announced at the time, but since the release of Go 1.2, support for Go on FreeBSD +requires FreeBSD 8 or above. +
+ +
+As of Go 1.3, support for Go on FreeBSD requires that the kernel be compiled with the
+COMPAT_FREEBSD32
flag configured.
+
@@ -370,8 +382,6 @@ now closes Request.Body
consistently, even on error.
-
os/exec
package now implements
what the documentation has always said with regard to relative paths for the binary.
@@ -395,8 +405,6 @@ now considers the DEL
character, U+007F
, to be
non-printing.
syscall
package now
supports the cdecl calling convention through the addition of a new function
@@ -405,8 +413,6 @@ alongside the existing function
NewCallback
.
testing
package now
diagnoses tests that call panic(nil)
, which are almost always erroneous.
--
2.50.0