]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention Go requires OpenBSD 5.9 or above in go1.8.html
authorShenghou Ma <minux@golang.org>
Wed, 7 Dec 2016 23:42:37 +0000 (18:42 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 12 Dec 2016 01:31:50 +0000 (01:31 +0000)
Change-Id: Ia19e4d2f319002b5b26e50258436f5c4bd281cc7
Reviewed-on: https://go-review.googlesource.com/34113
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.8.html

index c090103bb9e0db71d5c897e33bf164c925aa3931..1987b297ac22e954cd8c3e449d07f326b8b67dfa 100644 (file)
@@ -86,6 +86,10 @@ have firmware that doesn't enable kernel FPU emulation; Go won't run on such mac
 On DragonFly BSD, Go now requires DragonFly 4.4.4 or later. <!-- CL 29491, CL 29971 -->
 </p>
 
+<p>
+On OpenBSD, Go now requires OpenBSD 5.9 or later. <!-- CL 34093 -->
+</p>
+
 <p>
 The Plan 9 port's networking support is now much more complete
 and matches the behavior of Unix and Windows with respect to deadlines