package main import ( "testing" ) func TestStartApp(t *testing.T) { StartApp() }