move pkg to root level

This commit is contained in:
2024-12-25 09:28:10 -06:00
parent 324f602d97
commit 3eea72d945
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -49,7 +49,6 @@ func Encode(message FreeDPosition) []byte {
}
func Decode(bytes []byte) (FreeDPosition, error) {
if len(bytes) != 29 {
return FreeDPosition{}, errors.New("FreeD packet must be 29 bytes long")
}