]> Cypherpunks repositories - gostls13.git/commit
exp/template: make numbers adhere to Go's rules for ideal constants.
authorRob Pike <r@golang.org>
Tue, 12 Jul 2011 03:15:26 +0000 (13:15 +1000)
committerRob Pike <r@golang.org>
Tue, 12 Jul 2011 03:15:26 +0000 (13:15 +1000)
commit7c477418114e954d5a68671833ea9ecba7740459
treed2aecb4c5dd2cb11d7a724e031b4efb34f9862c7
parent05c89edcd3dfa4253477d34d4f6839f3180b2108
exp/template: make numbers adhere to Go's rules for ideal constants.
Without further type informatnion, 1.0 is a float and an integer
must fit in an int.

R=rsc
CC=golang-dev
https://golang.org/cl/4696042
src/pkg/exp/template/exec.go
src/pkg/exp/template/exec_test.go