var a bool
a=true
出错(bool is not a type)
是什么原因?
![image.png](https://static.studygolang.com/190320/67a69f58ce0b3d99ecd0a5d41734d8f5.png)
我怎么写都没问题,不知道goland给你的错误提示是什么?
#6
更多评论
<a href="/user/beibei" title="@beibei">@beibei</a> var a bool
a=true
为什么这样写在goland上是错误的
#2