Improving links (http -> https) (#425)
This commit is contained in:
committed by
GitHub
parent
25d2811293
commit
da13e2fbe7
@@ -3,6 +3,6 @@ $ go run if-else.go
|
||||
8 is divisible by 4
|
||||
9 has 1 digit
|
||||
|
||||
# There is no [ternary if](http://en.wikipedia.org/wiki/%3F:)
|
||||
# There is no [ternary if](https://en.wikipedia.org/wiki/%3F:)
|
||||
# in Go, so you'll need to use a full `if` statement even
|
||||
# for basic conditions.
|
||||
|
||||
Reference in New Issue
Block a user