- Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Description
谢大,你好!
在 https://github.com/astaxie/build-web-application-with-golang/blob/master/ebook/02.2.md#iota
中对于Iota的描述,我认为是不严谨的。
“关键字iota,这个关键字用来声明enum的时候采用,它默认开始值是0,每调用一次加1:”
"它每调用一次就累加一次 " ->每新起一行才会累加一次。
这是我理解的iota:https://github.com/devYu/GoLangStudy/blob/master/myNotes/constant.md#iota
谢谢!
Metadata
Metadata
Assignees
Labels
No labels