]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: delete editor and shell support
authorRob Pike <r@golang.org>
Tue, 1 Jul 2014 16:22:55 +0000 (09:22 -0700)
committerRob Pike <r@golang.org>
Tue, 1 Jul 2014 16:22:55 +0000 (09:22 -0700)
CC=golang-codereviews
https://golang.org/cl/101590043

doc/go1.4.txt

index f864857920c03322dfd53997013755320a573875..9066cd84febb85e751b762a957304e8b0acb5bb4 100644 (file)
@@ -6,6 +6,7 @@ package or cmd/xxx directory name, and ending in a CL number.
 Please keep the list sorted (as in sort.Strings of the lines).
 
 encoding/gob: remove unsafe (CL 102680045)
+misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
 runtime/race: freebsd is supported (CL 107270043)
 syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls operate on the calling thread, not the whole process. This does not match the semantics of other platforms, nor the expectations of the caller, so the operations have been disabled until issue 1435 is resolved (CL 106170043)
 text/scanner: add IsIdentRune field of Scanner. (CL 108030044)