commit | 0384a100640b02251416fa39fbb62c2269466ca2 | [log] [tgz] |
---|---|---|
author | Baiju Muthukadan <baiju.m.mail@gmail.com> | Sun Mar 20 08:46:31 2016 +0530 |
committer | Baiju Muthukadan <baiju.m.mail@gmail.com> | Sun Mar 20 08:46:31 2016 +0530 |
tree | 5b453b1be196b91d1aef2eb64befe2194a9640bd | |
parent | af16fc8c707ac1f21625576ac198060d0053ad33 [diff] |
update link to new location
diff --git a/Switch.md b/Switch.md index 2609c9d..0a6cfec 100644 --- a/Switch.md +++ b/Switch.md
@@ -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.