DEV Community

Discussion on: Golang for Experienced Developers - Part II

Collapse
 
maxatome profile image
Info Comment hidden by post author - thread only visible in this permalink
Maxime Soulé
var flag bool = ^(10 > 0 && 20 < 40)
Enter fullscreen mode Exit fullscreen mode

^ is not a boolean operator, you probably mean ! instead.

Collapse
 
livesamarthgupta profile image
Samarth Gupta

Thanks for correcting me there.

Some comments have been hidden by the post's author - find out more