Implement Frames

This commit is contained in:
2026-05-20 11:17:17 +02:00
parent 64f902ba9d
commit 626c98ba94
3 changed files with 48 additions and 32 deletions

13
frame_test.go Normal file
View File

@@ -0,0 +1,13 @@
package agwpe
import (
"testing"
)
func TestNewFrameHeader(t *testing.T) {
}
func TestFrameHeader_Serialize(t *testing.T) {
}