package reportbuf_test import ( "testing" _ "sneak.berlin/go/netwatch/internal/reportbuf" ) func TestImport(t *testing.T) { t.Parallel() // Compilation check — verifies the package parses // and all imports resolve. }