From c418fe734a0e0566c10147ff15c4ceae541360ac Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 29 Jun 2015 19:51:56 +1000 Subject: [PATCH] doc: finish listing the non-crypto non-net small API changes Change-Id: I5791639e71874ce13fac836a0c6014e20ee7417e Reviewed-on: https://go-review.googlesource.com/11664 Reviewed-by: Russ Cox --- doc/go1.5.html | 66 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 21 deletions(-) diff --git a/doc/go1.5.html b/doc/go1.5.html index 9c6e06d456..0ef5f7c819 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -130,7 +130,7 @@ The old names 6g, 8g and so on are gone; instead there is just one binary, accessible as go tool compile, that compiles Go source into binaries suitable for the architecture and operating system specified by $GOARCH and $GOOS. -Simlarly, there is now one linker (go tool link) +Similarly, there is now one linker (go tool link) and one assembler (go tool asm). The linker was translated automatically from the old C implementation, but the assembler is a new native Go implementation discussed @@ -308,23 +308,36 @@ against incorrect and malicious inputs.