update link to new location

Baiju Muthukadan 2016-03-20 08:46:31 +05:30
parent af16fc8c70
commit 0384a10064

@ -1,6 +1,6 @@
# Switch
Spec: http://golang.org/doc/go_spec.html#Switch_statements
Spec: https://golang.org/ref/spec#Switch_statements
Go's ` switch ` statements are pretty neat. For one thing, you don't need to break at the end of each case.