update osc-go to v0.4.0

This commit is contained in:
Joel Wetzell
2026-09-10 08:41:49 -05:00
parent 171f006d18
commit bddca05cde
8 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func TestGoodJsonEncode(t *testing.T) {
}{
{
name: "basic struct",
payload: osc.OSCMessage{
payload: osc.Message{
Address: "/hello",
},
expected: []byte("{\"address\":\"/hello\",\"args\":null}"),