Skip to content

Instantly share code, notes, and snippets.

View brutella's full-sized avatar
🏠
Working from home

Matthias brutella

🏠
Working from home
View GitHub Profile
// 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 (