package setup import ( "testing" ) func TestInstall(t *testing.T) { // err := Install() // if err != nil { // t.Fatal(err) // } }