github.com/jonasi/go@v0.0.0-20150930005915-e78e654c1de0/doc/go1.6.txt (about)

     1  Tools:
     2  
     3  cmd/go: vendoring enabled by default (https://golang.org/cl/13967/)
     4  cmd/go: flags for tests must precede package name if present; also makes it easier to pass flags to test binaries (https://golang.org/cl/14826)
     5  
     6  Ports:
     7  
     8  NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
     9  
    10  API additions and behavior changes:
    11  
    12  bufio: add Scanner.Buffer (https://golang.org/cl/14599/)
    13  bufio: add ErrFinalToken as a sentinel value for Scan's split functions (https://golang.org/cl/14924)
    14  fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
    15  math/rand: add Read (https://golang.org/cl/14522)
    16  strconv: QuoteToGraphic (https://golang.org/cl/14184/)
    17  text/template: ExecError (https://golang.org/cl/13957/)
    18  text/template: trimming spaces (https://golang.org/cl/14391/)
    19  text/template: Funcs check names (https://golang.org/cl/14562/)
    20  text/template: IsTrue (https://golang.org/cl/14562/)
    21  text/template: blocks and permit redefinition (https://golang.org/cl/14005)
    22  time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)