mirror of
https://github.com/golang/go
synced 2024-11-22 09:54:40 -07:00
doc/go1.2.txt: dereference pointer values when evaluating args for escape funcs
R=golang-dev, adg CC=golang-dev https://golang.org/cl/13262043
This commit is contained in:
parent
1f661fc205
commit
c0148303af
@ -71,6 +71,7 @@ syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10
|
|||||||
testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).
|
testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).
|
||||||
testing: add TB interface (intersection of T and B's methods) (CL 12962043).
|
testing: add TB interface (intersection of T and B's methods) (CL 12962043).
|
||||||
text/template: add comparison functions (CL 13091045).
|
text/template: add comparison functions (CL 13091045).
|
||||||
|
text/template: dereference pointer values when evaluating args escape funcs (CL 13257043).
|
||||||
time: Allow Parse and Format to handle time zone offsets with seconds (CL 8132044)
|
time: Allow Parse and Format to handle time zone offsets with seconds (CL 8132044)
|
||||||
time: patterns require non-lowercase letter to follow Mon, Jan etc (CL 12448044).
|
time: patterns require non-lowercase letter to follow Mon, Jan etc (CL 12448044).
|
||||||
unicode: add In, a nicer-to-use but equivalent version of IsOneOf (CL 11672044).
|
unicode: add In, a nicer-to-use but equivalent version of IsOneOf (CL 11672044).
|
||||||
|
Loading…
Reference in New Issue
Block a user