some byte slice cleanup

This commit is contained in:
Joel Wetzell
2026-05-14 20:21:11 -05:00
parent 744817ec17
commit baf2758f28
7 changed files with 128 additions and 33 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ type ArtNetPacket interface {
encoding.BinaryMarshaler
GetOpCode() uint16
GetProtVer() uint16
GetID() []uint8
GetID() [8]uint8
}