Make the constants have types #129

Merged
carlosmn merged 1 commits from cmn/const-type into master 2014-10-28 05:59:04 -05:00

1 Commits

Author SHA1 Message Date
Carlos Martín Nieto 668aa5dae1 Make the constants have types
While Go will assign the correct type to a const block when it
auto-creates the values, assigning makes the const be typeless and will
only gain it in each particular use.

Make each constant in the blocks have an assigned type.
2014-10-28 11:29:31 +01:00