Library with all sorts of things to create code prototypes super fast
go get github.com/Sagleft/swiss-knife
package main
import (
"fmt"
swissknife "github.com/Sagleft/swiss-knife"
)
func main() {
fmt.Println("Hello, World!")
swissknife.RunInBackground()
}