Documentation ¶ Overview ¶ * In Go, we don't need to add break in every switch case as we do in C/C++ * That's the default behavior. However, if you want few cases to fall through * use fallthrough keyword Source Files ¶ View all Source files switch.go Click to show internal directories. Click to hide internal directories.