package main import ( "game-driver/pkg/oscx" ) func main() { c := oscx.New("192.168.0.167", 3033) c.StartCue("Emu") }