Add watchInterfaceEvents() listener

This commit is contained in:
Pim van Pelt
2025-06-23 19:02:02 +02:00
parent 42dbbded3d
commit 35165b0464
7 changed files with 124 additions and 201 deletions

View File

@@ -14,7 +14,7 @@ func TestMainCompiles(t *testing.T) {
// This would run main(), but we skip it in tests
return
}
// Just test that we can access main package
t.Log("Main package compiles successfully")
}
}