protocol should be pkg

This commit is contained in:
bel
2023-03-24 20:05:55 -06:00
parent ea7f2d8932
commit 9990273b19
4 changed files with 39 additions and 6 deletions

View File

@@ -7,4 +7,5 @@ func TestWrap(t *testing.T) {
var _ Wrap = &Refresh{}
var _ Wrap = &Buffered{}
var _ Wrap = &Remap{}
var _ Wrap = Protocol{}
}