rename pkg/formats into pkt/format

This commit is contained in:
aler9
2023-08-14 20:47:28 +02:00
parent e2c526b3b8
commit 5e5a21240d
228 changed files with 266 additions and 266 deletions

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("00")
[]byte("b00")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("0")
[]byte("b0")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("0")
[]byte("a00")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("0")
[]byte("\xe50")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("0")
[]byte("")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("a0")
[]byte("")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("b0\xd2")
[]byte("0")

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("a000")
[]byte("0")