Improving links (http -> https) (#425)

This commit is contained in:
Andreas Deininger
2022-06-06 20:31:46 +02:00
committed by GitHub
parent 25d2811293
commit da13e2fbe7
130 changed files with 182 additions and 182 deletions

View File

@@ -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.