2014年8月14日

Golang - constant and iota

In Go, declaring constants can be written like this:
const E = 2.71828

2014年8月3日