02. Operators and Control Flow
Comparison Operators
Compare two operands and yield a Boolean value that is true or false.
Allow values of the same data type for comparisons
Common comparisons -
Does one string match another?
Are two numbers the same?
Is one number greater th...
golang-basic.hashnode.dev10 min read