This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Steps to get this running | |
// 1. Install Go: http://golang.org/doc/install | |
// 2. Setup Go workspace: http://golang.org/doc/code.html#Organization | |
// 3. Download dependencies in Terminal.app | |
// 3.1 Navigate to multiswitchtest.go | |
// 3.2 Execute `go get` | |
// 4. Run `go run multiswitchtest.go` | |
package main | |
import ( |